SeaBattle/rust/Cargo.toml

7 lines
75 B
TOML
Raw Normal View History

2022-10-01 19:25:41 +02:00
[workspace]
members = [
"sea_battle_backend",
2022-10-17 19:13:16 +02:00
"sea_battle_cli_player"
2022-10-01 19:25:41 +02:00
]