From 5240e3bf6486337fb271520245133f6e6361f9ff Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH] Add meta-info in libimagentrymarkdown/Cargo.toml --- libimagentrymarkdown/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagentrymarkdown/Cargo.toml b/libimagentrymarkdown/Cargo.toml index 64c19059..51a7c7ef 100644 --- a/libimagentrymarkdown/Cargo.toml +++ b/libimagentrymarkdown/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagentrymarkdown" version = "0.2.0" authors = ["Matthias Beyer "] +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] log = "0.3" hoedown = "5.0.0"