chessfriend/Cargo.toml
Eryn Wells 7738f30e5e Fix the workspace members
The items in the members array are paths, not crate names.
2024-01-24 09:14:59 -08:00

8 lines
84 B
TOML

[workspace]
members = [
"board",
"bitboard",
"core",
"explorer",
]