shark/fish/Cargo.toml

30 lines
454 B
TOML

[package]
name = "fish"
description = "Blockfish engine implementation"
version = "0.1.0"
edition = "2021"
[dependencies]
mino = { path = "../mino" }
ahash = "0.8"
bumpalo = "3.12"
hashbrown = "0.13"
smallvec = "1.10"
tracing = { version = "0.1", default_features = false }
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "find_locations"
harness = false
[[bench]]
name = "evaluation"
harness = false
[[bench]]
name = "think"
harness = false