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