summaryrefslogtreecommitdiffstats
path: root/imag-ref
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
commit98871487f080d5031d181bdec5e62403d2048130 (patch)
tree5b08775cf1b49f7b98d9109c22b6ff5f3a6b3ab1 /imag-ref
parent0dc93622c7e1507b7fba9e4e62ec4ae8764d64e3 (diff)
Add meta-info in imag-ref/Cargo.toml
Diffstat (limited to 'imag-ref')
-rw-r--r--imag-ref/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/imag-ref/Cargo.toml b/imag-ref/Cargo.toml
index 221615a2..eeb0ef97 100644
--- a/imag-ref/Cargo.toml
+++ b/imag-ref/Cargo.toml
@@ -3,6 +3,16 @@ name = "imag-ref"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+description = "Part of the imag core distribution: imag-ref 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]
semver = "0.2.1"
clap = "2.*"