diff --git a/libvlc-sys/Cargo.toml b/libvlc-sys/Cargo.toml index e855636..896f131 100644 --- a/libvlc-sys/Cargo.toml +++ b/libvlc-sys/Cargo.toml @@ -5,7 +5,9 @@ authors = ["T. Okubo "] 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"