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"
|
||||
version = "0.1.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
repository = ""
|
||||
license = "GPLv2"
|
||||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
homepage = "https://github.com/matthiasbeyer/imag"
|
||||
license = "LGPLv2"
|
||||
license-file = "LICENSE"
|
||||
readme = "README.md"
|
||||
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]
|
||||
log = "0.3.2"
|
||||
|
|
Loading…
Reference in a new issue