2015-11-29 01:29:43 +00:00
|
|
|
[package]
|
|
|
|
name = "vlc-rs"
|
2018-06-10 11:14:55 +00:00
|
|
|
version = "0.3.0"
|
2015-11-29 01:29:43 +00:00
|
|
|
authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
|
|
|
|
|
2017-04-02 00:54:04 +00:00
|
|
|
description = "Rust bindings for libVLC media framework."
|
|
|
|
keywords = ["libVLC", "bindings"]
|
|
|
|
repository = "https://github.com/garkimasera/vlc-rs"
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
|
2015-11-29 01:29:43 +00:00
|
|
|
[lib]
|
|
|
|
name = "vlc"
|
|
|
|
crate-type = ["rlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2017-04-02 00:54:04 +00:00
|
|
|
libc = "0.2"
|