rust-libnotify/Cargo.toml

19 lines
535 B
TOML

[package]
name = "libnotify"
version = "1.0.1"
authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@posteo.de>"]
license = "MIT"
description = "Rust bindings to libnotify"
readme = "README.md"
repository = "https://github.com/hasufell/rust-libnotify"
documentation = "https://hasufell.github.io/rust-libnotify/libnotify/"
keywords = ["libnotify", "notification"]
[dependencies]
gdk-pixbuf = "^0.1.3"
gdk-pixbuf-sys = "^0.3.4"
glib = "^0.1.3"
glib-sys = "^0.3.4"
gobject-sys = "^0.3.4"
libnotify-sys = "^1.0.0"