summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-02-20 16:43:26 -0800
committerCarl Lerche <me@carllerche.com>2015-02-20 16:43:26 -0800
commitb2454c9d793dfeb946d5e12f51ad571d32fa9987 (patch)
tree81df57ea2df11147d2bb93d829b36d6e03ecd42f
parent78f9bef3c3982ee5e00dfcda28c7d9f038f25f03 (diff)
downloadnix-b2454c9d793dfeb946d5e12f51ad571d32fa9987.zip
Tweak Cargo file
-rw-r--r--Cargo.toml9
-rw-r--r--nix-test/Cargo.toml1
2 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2b6fed8d..215d53ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/nix-test/Cargo.toml b/nix-test/Cargo.toml
index 2d581b40..6ccd381d 100644
--- a/nix-test/Cargo.toml
+++ b/nix-test/Cargo.toml
@@ -6,3 +6,4 @@ version = "0.0.1"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
build = "build.rs"
+license = "MIT"