veloren/Cargo.toml
Joshua Barretto 19e6930e67 Named Voxygen correctly
Former-commit-id: a4f4e5703103e3f93da87bd515e80eb430eef52e
2019-04-14 14:23:43 +01:00

16 lines
156 B
TOML

[workspace]
members = [
"common",
"client",
"chat-cli",
"server",
"server-cli",
"voxygen",
"world",
]
[profile.dev]
[profile.release]
debug = true