summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"