diff --git a/Cargo.toml b/Cargo.toml index 7b144477..57ce488b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "libnotify" -version = "0.3.0" +version = "0.4.0" authors = ["Mika Attila "] license = "MIT" -description = "Rust bindings to libnotify" +description = "Deprecated in favor of notify-rust" readme = "README.md" repository = "https://github.com/crumblingstatue/rust-libnotify" documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/" diff --git a/README.md b/README.md index 506cc43e..74ef9387 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ # libnotify-rs Rust binding to libnotify + +This crate is deprecated in favor of [notify-rust](https://docs.rs/notify-rust). + +If you want to adopt this crate, open an issue on GitHub.