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"