Move a whole bunch of stuff to the new chessfriend_board package

This commit is contained in:
Eryn Wells 2024-04-25 13:28:24 -07:00
parent 797606785e
commit 1d82d27f84
12 changed files with 1130 additions and 41 deletions

View file

@ -1,8 +1,10 @@
[package]
name = "board"
name = "chessfriend_board"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chessfriend_bitboard = { path = "../bitboard" }
chessfriend_core = { path = "../core" }