docs(Cargo): Add more info to Cargo manifest

This commit is contained in:
Vincent Ambo 2017-10-16 02:29:50 +02:00
parent 629268ef4a
commit 8ea424f533

View file

@ -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"