11 lines
253 B
TOML
11 lines
253 B
TOML
[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"
|