[board] Move bitboard lib to "board"

This commit is contained in:
Eryn Wells 2023-12-20 11:45:55 -08:00
parent ab55a7994c
commit d776bd18e2
6 changed files with 2 additions and 2 deletions

8
board/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "board"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]