Fix the workspace members
The items in the members array are paths, not crate names.
This commit is contained in:
parent
b0b22048a8
commit
7738f30e5e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
members = [
|
||||
"board",
|
||||
"chess_bitboard",
|
||||
"chessfriend_core",
|
||||
"bitboard",
|
||||
"core",
|
||||
"explorer",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue