Julian Ospald
6e5a9ab5d4
We need GVariant and to_glib_none() later, which must be from the crate glib_sys.
17 lines
435 B
TOML
17 lines
435 B
TOML
[package]
|
|
|
|
name = "libnotify"
|
|
version = "0.4.0"
|
|
authors = ["Mika Attila <radiantstatue@gmail.com>"]
|
|
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.3"
|
|
gtypes = "0.2"
|
|
glib-sys = "^0.3.4"
|