From 7738f30e5e51c487d6e1fca0d829e14684d9748c Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 24 Jan 2024 09:14:59 -0800 Subject: [PATCH] Fix the workspace members The items in the members array are paths, not crate names. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7542226..cfa9c81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [ "board", - "chess_bitboard", - "chessfriend_core", + "bitboard", + "core", "explorer", ]