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:
Homu 2016-01-07 04:24:57 +09:00
commit 0bc567d09b

View file

@ -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"