blastmud/Cargo.toml

14 lines
184 B
TOML

[workspace]
members = [
"blastmud_listener",
"blastmud_interfaces",
"blastmud_game",
"ansi_macro",
"ansi",
]
[profile.release-with-debug]
inherits = "release"
debug = true