Skip to content

Commit 514fb4c

Browse files
committed
Prepare for release
1 parent ec3f0c1 commit 514fb4c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[package]
22
name = "husk"
3-
version = "0.1.0"
3+
version = "0.1.1"
4+
authors = ["Hunter Wittenborn <[email protected]>"]
45
edition = "2021"
6+
description = "Rust bindings for the mvdan.cc/sh Golang library"
7+
repository = "https://github.com/hwittenborn/husk"
8+
license = "BSD-3-Clause"
9+
keywords = ["mvdan", "shell", "sh", "bash", "bats"]
10+
categories = ["api-bindings", "parsing"]
511

612
[build-dependencies]
713
bindgen = "0.63.0"

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# husk
2+
[![Crates.io](https://img.shields.io/crates/v/husk)](https://crates.io/husk)
3+
[![docs.rs](https://img.shields.io/docsrs/husk?label=docs.rs)](https://docs.rs/husk)
4+
5+
This library provides Rust bindings to the [`sh`](https://pkg.go.dev/mvdan.cc/sh/v3) library by [Daniel Martí](https://github.com/mvdan/sh).
6+
7+
Documentation is available on [docs.rs](https://docs.rs/husk).

0 commit comments

Comments
 (0)