rust-libnotify/Cargo.toml

16 lines
417 B
TOML
Raw Normal View History

2015-03-06 19:25:55 +00:00
[package]
name = "libnotify"
2015-03-27 07:34:00 +00:00
version = "0.0.3"
2015-03-06 19:25:55 +00:00
authors = ["Mika Attila <radiantstatue@gmail.com>"]
2015-03-09 20:06:34 +00:00
license = "MIT"
description = "Rust bindings to libnotify"
readme = "README.md"
repository = "https://github.com/crumblingstatue/rust-libnotify"
2015-03-09 20:17:41 +00:00
documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/"
2015-03-09 20:06:34 +00:00
keywords = ["libnotify", "notification"]
[dependencies]
libnotify-sys = "*"
glib-2_0-sys = "*"