Deprecate in favor of notify-rust

This commit is contained in:
Mika Attila 2017-04-01 17:55:11 +02:00
parent a61230b012
commit 5ab8f64e88
2 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,10 @@
[package]
name = "libnotify"
version = "0.3.0"
version = "0.4.0"
authors = ["Mika Attila <radiantstatue@gmail.com>"]
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/"

View File

@ -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.