summaryrefslogtreecommitdiffstats
path: root/libimagstore
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 /libimagstore
parent55a99024e7647d5792c8e4e316c13a0c7677063d (diff)
parent63d148dc3fe1f7fae6380ebf049836da1cda3864 (diff)
Merge pull request #815 from matthiasbeyer/release-prep
Release preparation things
Diffstat (limited to 'libimagstore')
-rw-r--r--libimagstore/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml
index d1bde354..ed8c682b 100644
--- a/libimagstore/Cargo.toml
+++ b/libimagstore/Cargo.toml
@@ -3,6 +3,16 @@ name = "libimagstore"
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]
fs2 = "0.2"
glob = "0.2.11"