diff --git a/Cargo.toml b/Cargo.toml index d66e46dc..37205b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "libnotify" version = "0.0.1" authors = ["Mika Attila "] +license = "MIT" +description = "Rust bindings to libnotify" +readme = "README.md" +repository = "https://github.com/crumblingstatue/rust-libnotify" +keywords = ["libnotify", "notification"] [dependencies] libnotify-sys = "*"