diff --git a/alsa-sys/Cargo.toml b/alsa-sys/Cargo.toml index 869c023..8e0d14e 100644 --- a/alsa-sys/Cargo.toml +++ b/alsa-sys/Cargo.toml @@ -4,6 +4,8 @@ name = "alsa-sys" version = "0.0.1" authors = ["Pierre Krieger "] build = "build.rs" +description = "Bindings for the ALSA project (Advanced Linux Sound Architecture)" +license = "MIT" [build-dependencies] pkg-config = "^0.1.1"