chessfriend/Cargo.toml
Eryn Wells bd112efdf3 Reformat the members list in Cargo.toml
When I added the perft crate, it added it alphabetically at the end of the line
with the moves crate. Why?
2025-06-16 09:02:36 -07:00

11 lines
140 B
TOML

[workspace]
members = [
"bitboard",
"board",
"core",
"explorer",
"moves",
"perft",
"position",
]
resolver = "2"