vlc-rs/Cargo.toml

12 lines
168 B
TOML
Raw Normal View History

2015-11-29 01:29:43 +00:00
[package]
name = "vlc-rs"
version = "0.1.0"
authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
[lib]
name = "vlc"
crate-type = ["rlib"]
[dependencies]
libc = "*"