Auto merge of #69 - matthiasbeyer:update-repo-meta, r=matthiasbeyer
Add more metadata for project Just some improvements to `Cargo.toml`
This commit is contained in:
commit
0bc567d09b
1 changed files with 5 additions and 2 deletions
|
@ -2,10 +2,13 @@
|
||||||
name = "imag"
|
name = "imag"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
repository = ""
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
license = "GPLv2"
|
homepage = "https://github.com/matthiasbeyer/imag"
|
||||||
|
license = "LGPLv2"
|
||||||
|
license-file = "LICENSE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "CLI PIM suite with nice API, so you can use an MUA, Editor, etc. of your choice"
|
description = "CLI PIM suite with nice API, so you can use an MUA, Editor, etc. of your choice"
|
||||||
|
keywords = ["PIM", "personal", "information", "management", "cli", "vcard", "ical", "wiki", "bookmark", "todo", "rss" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.3.2"
|
log = "0.3.2"
|
||||||
|
|
Loading…
Reference in a new issue