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?
This commit is contained in:
Eryn Wells 2025-06-16 09:02:36 -07:00
parent 7744dd06f0
commit bd112efdf3

View file

@ -4,7 +4,8 @@ members = [
"board", "board",
"core", "core",
"explorer", "explorer",
"moves", "perft", "moves",
"perft",
"position", "position",
] ]
resolver = "2" resolver = "2"