Add more info to Cargo.toml

This commit is contained in:
Mika Attila 2015-03-09 21:06:34 +01:00
parent 0f65528ba1
commit 87de6c375f
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
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 = "*"