From 8ea424f5337c4cce5822b494db6123d4a690cd29 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 Oct 2017 02:29:50 +0200 Subject: docs(Cargo): Add more info to Cargo manifest --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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 "] +description = "(Higher-level) Rust bindings to POSIX message queues" +license = "MIT" +repository = "https://github.com/aprilabank/posix_mq.rs" [dependencies] nix = "0.9" -- cgit 1.4.1