[perft] A small Perft program
This commit is contained in:
parent
ae0ae49093
commit
0167794346
4 changed files with 80 additions and 1 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -295,6 +295,17 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "perft"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chessfriend_board",
|
||||
"chessfriend_position",
|
||||
"clap",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ppv-lite86"
|
||||
version = "0.2.21"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue