2024-01-22 19:33:59 -08:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2024-01-24 09:14:59 -08:00
|
|
|
"bitboard",
|
2024-04-25 09:32:27 -07:00
|
|
|
"board",
|
2025-06-16 19:29:57 -07:00
|
|
|
"chessfriend",
|
2024-01-24 09:14:59 -08:00
|
|
|
"core",
|
2024-01-22 19:33:59 -08:00
|
|
|
"explorer",
|
2025-06-16 09:02:36 -07:00
|
|
|
"moves",
|
|
|
|
"perft",
|
2024-01-28 09:58:50 -08:00
|
|
|
"position",
|
2024-01-22 19:33:59 -08:00
|
|
|
]
|
2025-06-16 13:50:18 -07:00
|
|
|
resolver = "3"
|