Add bitboard Rust library

This commit is contained in:
Eryn Wells 2023-12-19 10:32:26 -08:00
commit 8fd01e4f11
2 changed files with 22 additions and 0 deletions

8
bitboard/Cargo.toml Normal file
View file

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