Undeprecate

This commit is contained in:
2017-07-09 13:52:54 +02:00
parent 7d80600657
commit bf90bccef8
2 changed files with 1 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ name = "libnotify"
version = "0.4.0"
authors = ["Mika Attila <radiantstatue@gmail.com>"]
license = "MIT"
description = "Deprecated in favor of notify-rust"
description = "Rust bindings to libnotify"
readme = "README.md"
repository = "https://github.com/crumblingstatue/rust-libnotify"
documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/"

View File

@@ -2,7 +2,3 @@
# 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.