Add more required information in top-level Cargo.toml

This commit is contained in:
Matthias Beyer 2016-08-24 10:55:26 +02:00
parent 1023946994
commit 0090b3811c

View file

@ -1,3 +1,19 @@
[package]
name = "imag"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
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] [workspace]
members = [ members = [
"bin", "bin",
@ -36,3 +52,4 @@ members = [
"libimagtodo", "libimagtodo",
"libimagutil", "libimagutil",
] ]