SeaBattle/rust/Cargo.toml

7 lines
89 B
TOML

[workspace]
resolver = "2"
members = [
"sea_battle_backend",
"sea_battle_cli_player"
]