Files
scrabble-with-numbers/Cargo.toml
clfreville2 831a5003c3 Add initial server implementation
This adventure is going to be epic, be ready.
2023-02-16 20:02:46 +01:00

8 lines
109 B
TOML

[workspace]
members = [
"board-shared",
"board-frontend",
"board-server",
"board-network",
]