[bitboard] Make an empty chess_bitboard crate

This crate lives in bitboard/
This commit is contained in:
Eryn Wells 2024-01-24 08:34:23 -08:00
parent eab30cc33b
commit 32100b9553
3 changed files with 11 additions and 0 deletions

View file

@ -2,6 +2,7 @@
members = [
"board",
"chess_bitboard",
"chess_core",
"explorer",
]