Add some fields to Cargo.toml

merge-requests/7/merge
T. Okubo 2017-04-02 09:54:04 +09:00
parent ca128f8a96
commit c4f08bb2cb
1 changed files with 7 additions and 1 deletions

View File

@ -3,9 +3,15 @@ name = "vlc-rs"
version = "0.1.0"
authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
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"