mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
19e6930e67
Former-commit-id: a4f4e5703103e3f93da87bd515e80eb430eef52e
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
|