Virtual workspaces do only have the workspace key

This commit is contained in:
Matthias Beyer 2017-02-04 20:33:16 +01:00
parent 6585677d31
commit 9e048bd65a

View file

@ -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] [workspace]
members = [ members = [
".imag-documentation", ".imag-documentation",
@ -43,8 +26,3 @@ members = [
"libimagtimeui", "libimagtimeui",
"libimagutil", "libimagutil",
] ]
[[bin]]
name = "imag-bin"
path = "bin/src/main.rs"