2023-12-19 10:32:26 -08:00
|
|
|
[package]
|
2023-12-20 11:45:55 -08:00
|
|
|
name = "board"
|
2023-12-19 10:32:26 -08:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-24 08:48:19 -08:00
|
|
|
chessfriend_core = { path = "../core" }
|
2024-01-24 09:18:12 -08:00
|
|
|
chessfriend_bitboard = { path = "../bitboard" }
|