summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-01-05 00:30:07 -0800
committerCarl Lerche <me@carllerche.com>2015-01-05 00:30:07 -0800
commitb82dac392092c946e4d9e1253afed690c41c36e4 (patch)
tree265b251b40b88658bde3d8474394b9c52e7bc0f0
parentdb65a97d034eb6c020ad7167f54e238ae545abaf (diff)
downloadnix-b82dac392092c946e4d9e1253afed690c41c36e4.zip
Update Cargo manifest
-rw-r--r--Cargo.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eafc9293..e046c764 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,8 @@
[package]
-name = "nix"
-version = "0.1.1"
-authors = ["Carl Lerche <me@carllerche.com>"]
+name = "nix"
+description = "Rust friendly bindings to Posix APIs"
+version = "0.1.1"
+authors = ["Carl Lerche <me@carllerche.com>"]
+homepage = "https://github.com/carllerche/nix-rust"
+license = "MIT"