about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-16T00·29+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-16T00·29+0200
commit8ea424f5337c4cce5822b494db6123d4a690cd29 (patch)
tree9af6bff6636704b9dbce9f25aa557e9c9da21a6e /Cargo.toml
parent629268ef4aaeb1886d6669903dbb1a812f2f3a6c (diff)
docs(Cargo): Add more info to Cargo manifest
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"