[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

1
bitboard/src/lib.rs Normal file
View file

@ -0,0 +1 @@
// Eryn Wells <eryn@erynwells.me>