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 = [
|
members = [
|
||||||
"board",
|
"board",
|
||||||
"chess_bitboard",
|
"bitboard",
|
||||||
"chessfriend_core",
|
"core",
|
||||||
"explorer",
|
"explorer",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue