chessfriend/position/Cargo.toml

14 lines
377 B
TOML
Raw Normal View History

2023-12-19 10:32:26 -08:00
[package]
name = "chessfriend_position"
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]
chessfriend_core = { path = "../core" }
chessfriend_bitboard = { path = "../bitboard" }
2025-05-08 17:37:51 -07:00
chessfriend_board = { path = "../board" }
chessfriend_moves = { path = "../moves" }
2025-05-18 08:07:12 -07:00
thiserror = "2"