From c4f08bb2cb1043cc0820be15d96aa2f8cab96c81 Mon Sep 17 00:00:00 2001 From: "T. Okubo" Date: Sun, 2 Apr 2017 09:54:04 +0900 Subject: [PATCH] Add some fields to Cargo.toml --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2610427..088546b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,15 @@ name = "vlc-rs" version = "0.1.0" authors = ["T. Okubo "] +description = "Rust bindings for libVLC media framework." +keywords = ["libVLC", "bindings"] +repository = "https://github.com/garkimasera/vlc-rs" +license = "MIT" +readme = "README.md" + [lib] name = "vlc" crate-type = ["rlib"] [dependencies] -libc = "*" +libc = "0.2"