From 0090b3811cb2ddaa214e496edf9a2f188fb08f12 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 24 Aug 2016 10:55:26 +0200 Subject: [PATCH] Add more required information in top-level Cargo.toml --- Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1eb91ab9..1f9ee61e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,19 @@ +[package] +name = "imag" +version = "0.2.0" +authors = ["Matthias Beyer "] + +description = "Personal information management (PIM) suite" +keywords = ["pim", "personal", "information", "management", "suite"] +readme = "./README.md" +license = "LGPL-2.1" + +website = "http://imag-pim.org" +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" + +[dependencies] + [workspace] members = [ "bin", @@ -36,3 +52,4 @@ members = [ "libimagtodo", "libimagutil", ] +