rust-libnotify/Cargo.toml

17 lines
430 B
TOML
Raw Normal View History

2015-03-06 19:25:55 +00:00
[package]
name = "libnotify"
2015-09-19 07:42:31 +00:00
version = "0.0.4"
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 = "*"
2015-09-19 07:42:17 +00:00
gtypes = "*"