14 lines
303 B
TOML
14 lines
303 B
TOML
|
[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"
|