Fix the workspace members

The items in the members array are paths, not crate names.
This commit is contained in:
Eryn Wells 2024-01-24 09:14:59 -08:00
parent b0b22048a8
commit 7738f30e5e

View file

@ -2,7 +2,7 @@
members = [ members = [
"board", "board",
"chess_bitboard", "bitboard",
"chessfriend_core", "core",
"explorer", "explorer",
] ]