Add lib section to Cargo.toml
parent
c52205075c
commit
b5b053dad2
|
@ -5,7 +5,9 @@ authors = ["T. Okubo <t.okubo.rx78+devel@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
build = "build.rs"
|
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]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
Loading…
Reference in New Issue