mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
118 B
TOML
13 lines
118 B
TOML
[workspace]
|
|
members = [
|
|
"common",
|
|
"client",
|
|
"server",
|
|
"voxygen",
|
|
]
|
|
|
|
[profile.dev]
|
|
|
|
[profile.release]
|
|
debug = true
|