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