summaryrefslogtreecommitdiffstats
path: root/libimagnotes
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
commit2548b3d288eef6bad2cf67e38ec95c6983a29b5b (patch)
treeb1a9e8b54c8846410c5994ec16a23202c172b9df /libimagnotes
parentad20ea76484bfb890b2212d5bbd76677807f98dd (diff)
Add meta-info in libimagnotes/Cargo.toml
Diffstat (limited to 'libimagnotes')
-rw-r--r--libimagnotes/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml
index b5a50154..d26f08bf 100644
--- a/libimagnotes/Cargo.toml
+++ b/libimagnotes/Cargo.toml
@@ -3,6 +3,16 @@ name = "libimagnotes"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+description = "Library for the imag core distribution"
+
+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"
log = "0.3"