diff options
author | Carl Lerche <me@carllerche.com> | 2015-02-20 16:43:26 -0800 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-02-20 16:43:26 -0800 |
commit | b2454c9d793dfeb946d5e12f51ad571d32fa9987 (patch) | |
tree | 81df57ea2df11147d2bb93d829b36d6e03ecd42f /Cargo.toml | |
parent | 78f9bef3c3982ee5e00dfcda28c7d9f038f25f03 (diff) | |
download | nix-b2454c9d793dfeb946d5e12f51ad571d32fa9987.zip |
Tweak Cargo file
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,12 +1,17 @@ [package] name = "nix" -description = "Rust friendly bindings to Posix APIs" +description = "Rust friendly bindings to *nix APIs" version = "0.2.3" authors = ["Carl Lerche <me@carllerche.com>"] homepage = "https://github.com/carllerche/nix-rust" license = "MIT" -exclude = [".gitignore", ".travis.yml", "tests/**/*"] +exclude = [ + ".gitignore", + ".travis.yml", + "deploy.sh", + "tests/**/*" +] [dependencies] bitflags = "0.1" |