Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Apr 11, 2023
1 parent ec3f0c1 commit 514fb4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "husk"
version = "0.1.0"
version = "0.1.1"
authors = ["Hunter Wittenborn <hunter@hunterwittenborn.com>"]
edition = "2021"
description = "Rust bindings for the mvdan.cc/sh Golang library"
repository = "https://github.com/hwittenborn/husk"
license = "BSD-3-Clause"
keywords = ["mvdan", "shell", "sh", "bash", "bats"]
categories = ["api-bindings", "parsing"]

[build-dependencies]
bindgen = "0.63.0"
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# husk
[![Crates.io](https://img.shields.io/crates/v/husk)](https://crates.io/husk)
[![docs.rs](https://img.shields.io/docsrs/husk?label=docs.rs)](https://docs.rs/husk)

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).

Documentation is available on [docs.rs](https://docs.rs/husk).

0 comments on commit 514fb4c

Please sign in to comment.