diff options
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" |