blastmud/Cargo.toml

14 lines
184 B
TOML
Raw Normal View History

2022-12-12 23:37:28 +11:00
[workspace]
members = [
"blastmud_listener",
"blastmud_interfaces",
"blastmud_game",
"ansi_macro",
"ansi",
2022-12-12 23:37:28 +11:00
]
[profile.release-with-debug]
inherits = "release"
debug = true