From 045b4406018ba67e8e8dda54ccda88942db7a46f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 25 Aug 2017 19:42:16 +0200 Subject: [PATCH] Add missing Cargo.toml data --- libimagannotation/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libimagannotation/Cargo.toml b/libimagannotation/Cargo.toml index 1c512b69..52e56682 100644 --- a/libimagannotation/Cargo.toml +++ b/libimagannotation/Cargo.toml @@ -3,6 +3,12 @@ name = "libimagannotation" version = "0.3.0" authors = ["Matthias Beyer "] +description = "Library for the imag core distribution" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + [dependencies] uuid = { version = "0.3.1", features = ["v4"] } lazy_static = "0.1.15"