17 lines
438 B
TOML
17 lines
438 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"
|
|
glib-sys = "^0.3.4"
|
|
gtypes = "^0.2.0"
|