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:
parent
7744dd06f0
commit
bd112efdf3
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ members = [
|
||||||
"board",
|
"board",
|
||||||
"core",
|
"core",
|
||||||
"explorer",
|
"explorer",
|
||||||
"moves", "perft",
|
"moves",
|
||||||
|
"perft",
|
||||||
"position",
|
"position",
|
||||||
]
|
]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue