Add lib section to Cargo.toml

2-bindgen
T. Okubo 2019-11-23 20:20:52 +09:00
parent c52205075c
commit b5b053dad2
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ 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
[lib]
name = "libvlc_sys"
crate-type = ["rlib"]
[dependencies]
libc = "0.2"