mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
20 lines
224 B
TOML
20 lines
224 B
TOML
[workspace]
|
|
members = [
|
|
"common",
|
|
"client",
|
|
"chat-cli",
|
|
"server",
|
|
"server-cli",
|
|
"voxygen",
|
|
"world",
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 2
|
|
overflow-checks = false
|
|
|
|
[profile.release]
|
|
debug = false
|
|
codegen-units = 1
|
|
lto = true
|