Add more info to Cargo.toml
This commit is contained in:
parent
0f65528ba1
commit
87de6c375f
@ -3,6 +3,11 @@
|
|||||||
name = "libnotify"
|
name = "libnotify"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["Mika Attila <radiantstatue@gmail.com>"]
|
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]
|
[dependencies]
|
||||||
libnotify-sys = "*"
|
libnotify-sys = "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user