about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ab5d302156..26c668f57e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,9 @@
 name = "posix_mq"
 version = "0.1.0"
 authors = ["Vincent Ambo <tazjin@gmail.com>"]
+description = "(Higher-level) Rust bindings to POSIX message queues"
+license = "MIT"
+repository = "https://github.com/aprilabank/posix_mq.rs"
 
 [dependencies]
 nix = "0.9"