summaryrefslogtreecommitdiffstats
path: root/imag-todo
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-18 10:56:12 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-18 10:56:12 +0200
commitfc044839f6ed33f805260c6a5bac52b9d3788a46 (patch)
treed0a0379c98022add50fd385a72a36ecb9c62a741 /imag-todo
parenta0274f8c3920e8ca719b81504b475da2e138b32a (diff)
Add meta-info in imag-todo/Cargo.toml
Diffstat (limited to 'imag-todo')
-rw-r--r--imag-todo/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml
index 3bdbdb06..2ee6491b 100644
--- a/imag-todo/Cargo.toml
+++ b/imag-todo/Cargo.toml
@@ -3,6 +3,16 @@ authors = ["mario <mario-krehl@gmx.de>"]
name = "imag-todo"
version = "0.2.0"
+description = "Part of the imag core distribution: imag-todo command"
+
+keywords = ["imag", "PIM", "personal", "information", "management"]
+readme = "../README.md"
+license = "LGPL-2.1"
+
+documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
+repository = "https://github.com/matthiasbeyer/imag"
+website = "http://imag-pim.org"
+
[dependencies]
clap = "2.*"
glob = "0.2.11"