rust-libnotify/Cargo.toml

25 lines
557 B
TOML
Raw Normal View History

2015-03-06 19:25:55 +00:00
[package]
2017-09-01 23:00:43 +00:00
authors = [
"Mika Attila <radiantstatue@gmail.com>",
"Julian Ospald <hasufell@posteo.de>",
]
2017-07-09 11:52:54 +00:00
description = "Rust bindings to libnotify"
2017-09-01 23:00:43 +00:00
documentation = "https://hasufell.github.io/rust-libnotify/libnotify/"
keywords = [
"libnotify",
"notification",
]
license = "MIT"
name = "libnotify"
2015-03-09 20:06:34 +00:00
readme = "README.md"
2017-07-11 13:45:17 +00:00
repository = "https://github.com/hasufell/rust-libnotify"
2017-09-01 23:00:43 +00:00
version = "1.0.2"
[dependencies]
2017-09-01 23:00:43 +00:00
gdk-pixbuf = "^0.2.0"
gdk-pixbuf-sys = "^0.4.0"
glib = "^0.3.1"
glib-sys = "^0.4.0"
gobject-sys = "^0.4.0"
libnotify-sys = "^1.0.1"