2024-04-25 09:32:27 -07:00
|
|
|
[package]
|
2024-04-25 13:28:24 -07:00
|
|
|
name = "chessfriend_board"
|
2024-04-25 09:32:27 -07: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-04-25 13:28:24 -07:00
|
|
|
chessfriend_bitboard = { path = "../bitboard" }
|
|
|
|
chessfriend_core = { path = "../core" }
|
2025-05-19 08:34:32 -07:00
|
|
|
thiserror = "2"
|