docs(Cargo): Add more info to Cargo manifest
This commit is contained in:
parent
629268ef4a
commit
8ea424f533
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue