vlc-rs/libvlc-sys/Cargo.toml

14 lines
303 B
TOML
Raw Normal View History

2019-11-21 11:00:26 +00:00
[package]
name = "libvlc-sys"
version = "0.1.0"
authors = ["T. Okubo <t.okubo.rx78+devel@gmail.com>"]
edition = "2018"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2"
[build-dependencies]
bindgen = "0.52"