diff --git a/alsa-sys/Cargo.toml b/alsa-sys/Cargo.toml index 1b6dece..cfda239 100644 --- a/alsa-sys/Cargo.toml +++ b/alsa-sys/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Pierre Krieger "] build = "build.rs" description = "Bindings for the ALSA project (Advanced Linux Sound Architecture)" license = "MIT" +links = "alsa" [dependencies] libc = "0.2.7"