2024-02-03 15:17:02 -08:00
|
|
|
[package]
|
|
|
|
name = "chessfriend_moves"
|
|
|
|
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" }
|
2024-04-26 09:50:42 -04:00
|
|
|
chessfriend_board = { path = "../board" }
|
|
|
|
chessfriend_core = { path = "../core" }
|
2025-05-19 14:19:05 -07:00
|
|
|
thiserror = "2"
|