[bitboard] Make the bitboard crate more crate-like

Export symbols needed to use BitBoard and BitBoardBuilder.
Fix build errors.
This commit is contained in:
Eryn Wells 2024-01-24 09:16:21 -08:00
parent d901be53d2
commit 3cec64d686
4 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "chess_bitboard"
name = "chessfriend_bitboard"
version = "0.1.0"
edition = "2021"