diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-16T00·29+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-16T00·29+0200 |
commit | 8ea424f5337c4cce5822b494db6123d4a690cd29 (patch) | |
tree | 9af6bff6636704b9dbce9f25aa557e9c9da21a6e /Cargo.toml | |
parent | 629268ef4aaeb1886d6669903dbb1a812f2f3a6c (diff) |
docs(Cargo): Add more info to Cargo manifest
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index ab5d302156c9..26c668f57ea0 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" |