rust-webwasm/Cargo.toml
2024-01-02 01:48:33 -08:00

7 lines
81 B
TOML

[workspace]
resolver = "2"
members = [
"checkerboard",
"game-of-life",
]