mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
dbbcc1e80e
Former-commit-id: 06bafdf69486f4da5fbc416835e34c5bed8c2caa
16 lines
156 B
TOML
16 lines
156 B
TOML
[workspace]
|
|
members = [
|
|
"common",
|
|
"client",
|
|
"chat-cli",
|
|
"server",
|
|
"server-cli",
|
|
"voxygen",
|
|
"world",
|
|
]
|
|
|
|
[profile.dev]
|
|
|
|
[profile.release]
|
|
debug = true
|