We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1c263 commit ae7cdc3Copy full SHA for ae7cdc3
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "husk"
3
-version = "0.1.2"
+version = "0.1.3"
4
authors = ["Hunter Wittenborn <[email protected]>"]
5
edition = "2021"
6
description = "Rust bindings for the mvdan.cc/sh Golang library"
src/lib.rs
@@ -1,4 +1,8 @@
//! This crate provides bindings to the [`mvdan.cc/sh` Golang library](https://pkg.go.dev/mvdan.cc/sh).
+//!
+//! # Note
+//! As this library is a wrapper around a Golang library, you'll need the [Go
+//! toolchain](https://go.dev/) installed on your system in order to build it.
pub mod shell;
7
pub mod syntax;
8
pub mod util;
0 commit comments