rust-libnotify/Cargo.toml

17 lines
443 B
TOML
Raw Normal View History

2015-03-06 19:25:55 +00:00
[package]
name = "libnotify"
2015-11-03 08:19:13 +00:00
version = "0.2.0"
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]
2015-10-24 12:54:47 +00:00
libnotify-sys = "0.2.0"
glib-2-0-sys = "0.46.0"
gtypes = "0.1.2"