2023-12-19 10:32:26 -08:00
|
|
|
[package]
|
2024-01-28 09:40:45 -08:00
|
|
|
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]
|
2024-01-24 08:48:19 -08:00
|
|
|
chessfriend_core = { path = "../core" }
|
2024-01-24 09:18:12 -08:00
|
|
|
chessfriend_bitboard = { path = "../bitboard" }
|
2025-05-08 17:37:51 -07:00
|
|
|
chessfriend_board = { path = "../board" }
|
2024-02-10 18:30:11 -07:00
|
|
|
chessfriend_moves = { path = "../moves" }
|