Virtual workspaces do only have the workspace key
This commit is contained in:
parent
6585677d31
commit
9e048bd65a
1 changed files with 0 additions and 22 deletions
22
Cargo.toml
22
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]
|
[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"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue