15 lines
341 B
TOML
15 lines
341 B
TOML
[package]
|
|
|
|
name = "libnotify"
|
|
version = "0.0.1"
|
|
authors = ["Mika Attila <radiantstatue@gmail.com>"]
|
|
license = "MIT"
|
|
description = "Rust bindings to libnotify"
|
|
readme = "README.md"
|
|
repository = "https://github.com/crumblingstatue/rust-libnotify"
|
|
keywords = ["libnotify", "notification"]
|
|
|
|
[dependencies]
|
|
libnotify-sys = "*"
|
|
glib-2_0-sys = "*"
|