veloren/Cargo.toml
Joshua Barretto dbbcc1e80e Added basic networked communications, chat communication
Former-commit-id: 06bafdf69486f4da5fbc416835e34c5bed8c2caa
2019-03-04 19:58:58 +00:00

16 lines
156 B
TOML

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