20 lines
543 B
TOML
20 lines
543 B
TOML
[package]
|
|
|
|
name = "libnotify"
|
|
version = "0.5.0"
|
|
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/crumblingstatue/rust-libnotify"
|
|
documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/"
|
|
keywords = ["libnotify", "notification"]
|
|
|
|
[dependencies]
|
|
libnotify-sys = "^0.5.0"
|
|
gdk-pixbuf = "^0.1.3"
|
|
gdk-pixbuf-sys = "^0.3.4"
|
|
glib-sys = "^0.3.4"
|
|
gtypes = "^0.2.0"
|
|
glib = "^0.1.3"
|