chessfriend/perft/Cargo.toml

12 lines
253 B
TOML
Raw Normal View History

2025-06-08 17:19:00 -07:00
[package]
name = "perft"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
chessfriend_board = { path = "../board" }
chessfriend_position = { path = "../position" }
clap = { version = "4.4.12", features = ["derive"] }
thiserror = "2"