diff --git a/bash-5.1/builtins_rust/common/Cargo.toml b/bash-5.1/builtins_rust/common/Cargo.toml index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..6c49a88e231e8582f568707fde2c4e2bd8834854 100644 --- a/bash-5.1/builtins_rust/common/Cargo.toml +++ b/bash-5.1/builtins_rust/common/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "rcommon" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +libc = "*" +nix = "*" +unic-langid = "*" +fluent = "*" +fluent-bundle = "*" +fluent-resmgr = "*" + +[lib] +crate-type = ["staticlib","rlib"] +name = "rcommon" +rhelp = {path ="../help"}