summaryrefslogtreecommitdiffstats
path: root/imag-bookmark
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
commit46e9ff3f520e0a1745afd938ee86157de09b4d4b (patch)
treef2cb10fc1cc2fcdda31f837e7fc2c23a45be16cd /imag-bookmark
parent14696b59e7e7c0c5b767a2c56fbc28acbea3b8c7 (diff)
Add meta-info in imag-bookmark/Cargo.toml
Diffstat (limited to 'imag-bookmark')
-rw-r--r--imag-bookmark/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/imag-bookmark/Cargo.toml b/imag-bookmark/Cargo.toml
index e76afd7e..c1ed578c 100644
--- a/imag-bookmark/Cargo.toml
+++ b/imag-bookmark/Cargo.toml
@@ -3,6 +3,16 @@ name = "imag-bookmark"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+description = "Part of the imag core distribution: imag-bookmark 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.*"
log = "0.3"