chessfriend/Cargo.toml

8 lines
74 B
TOML
Raw Normal View History

2024-01-22 19:33:59 -08:00
[workspace]
members = [
"board",
2024-01-24 08:29:16 -08:00
"chess_core",
2024-01-22 19:33:59 -08:00
"explorer",
]