rust-libnotify/Cargo.toml

18 lines
457 B
TOML
Raw Normal View History

2015-03-06 19:25:55 +00:00
[package]
name = "libnotify"
2017-04-01 15:55:11 +00:00
version = "0.4.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"
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]
libnotify-sys = "^0.5.0"
glib-sys = "^0.3.4"
2017-07-09 12:08:01 +00:00
gtypes = "^0.2.0"
2017-07-09 12:23:37 +00:00
glib = "^0.1.3"