Add more required information in top-level Cargo.toml
This commit is contained in:
parent
1023946994
commit
0090b3811c
1 changed files with 17 additions and 0 deletions
17
Cargo.toml
17
Cargo.toml
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue