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