rust-libnotify/Cargo.toml

17 lines
477 B
TOML
Raw Normal View History

2015-03-06 19:25:55 +00:00
[package]
name = "libnotify"
2017-07-09 19:29:34 +00:00
version = "0.4.1"
2017-07-09 19:01:45 +00:00
authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@posteo.de>"]
2015-03-09 20:06:34 +00:00
license = "MIT"
2017-07-09 11:52:54 +00:00
description = "Rust bindings to libnotify"
2015-03-09 20:06:34 +00:00
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]
2016-01-27 22:11:38 +00:00
libnotify-sys = "0.3"
2015-10-24 12:54:47 +00:00
glib-2-0-sys = "0.46.0"
2016-01-27 22:11:38 +00:00
gtypes = "0.2"