summaryrefslogtreecommitdiffstats
path: root/libimagentrylink
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-19 14:33:11 +0200
committerGitHub <noreply@github.com>2016-10-19 14:33:11 +0200
commit4ee505c6589e68c537e6c9cbee91b29eff9b855f (patch)
tree298c4284a764c9f22ce7db0f147065641655cd73 /libimagentrylink
parent55a99024e7647d5792c8e4e316c13a0c7677063d (diff)
parent63d148dc3fe1f7fae6380ebf049836da1cda3864 (diff)
Merge pull request #815 from matthiasbeyer/release-prep
Release preparation things
Diffstat (limited to 'libimagentrylink')
-rw-r--r--libimagentrylink/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml
index 2628938b..6fc1ba67 100644
--- a/libimagentrylink/Cargo.toml
+++ b/libimagentrylink/Cargo.toml
@@ -3,6 +3,16 @@ name = "libimagentrylink"
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]
itertools = "0.4"
log = "0.3"