summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-02-04 20:33:16 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-02-04 20:33:16 +0100
commit9e048bd65a027780bc788b0077467d9cf1de3f70 (patch)
tree343c5b2a4661858fdb4368871f45efd64269cbf4 /Cargo.toml
parent6585677d3147d338b271fb6477ea324694fa5454 (diff)
Virtual workspaces do only have the workspace key
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e43c411c..6a2adae4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,20 +1,3 @@
-[package]
-name = "imag-root"
-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"
-
-[profile.dev]
-codegen-units = 2
-
[workspace]
members = [
".imag-documentation",
@@ -43,8 +26,3 @@ members = [
"libimagtimeui",
"libimagutil",
]
-
-[[bin]]
-name = "imag-bin"
-path = "bin/src/main.rs"
-