Add some fields to Cargo.toml
parent
ca128f8a96
commit
c4f08bb2cb
|
@ -3,9 +3,15 @@ name = "vlc-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
|
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]
|
[lib]
|
||||||
name = "vlc"
|
name = "vlc"
|
||||||
crate-type = ["rlib"]
|
crate-type = ["rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "*"
|
libc = "0.2"
|
||||||
|
|
Loading…
Reference in New Issue