summaryrefslogtreecommitdiffstats
path: root/bin
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
commit14696b59e7e7c0c5b767a2c56fbc28acbea3b8c7 (patch)
tree847a917785495ac45c1140428cfd62ed2c2e1a38 /bin
parentab122dc3cc6aafddb6b5935ff1f32363c67aea55 (diff)
Add meta-info in bin/Cargo.toml
Diffstat (limited to 'bin')
-rw-r--r--bin/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index 4befe8dc..7cf8b798 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -3,6 +3,16 @@ name = "imag"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+description = "Part of the imag core distribution: imag 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]
version = "2.0"
walkdir = "0.1.5"