Merge pull request #888 from matthiasbeyer/workspace-fix

Virtual workspaces do only have the workspace key
This commit is contained in:
Matthias Beyer 2017-02-04 21:17:55 +01:00 committed by GitHub
commit 2ca89b7329
1 changed files with 0 additions and 22 deletions

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