blob: 9f2402ac2164fb46ee2bdaea09972f4e4c95abf7 (
plain)
[package]
name = "model"
version = "0.1.0"
authors = ["Mica White <botahamec@outlook.com>"]
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1", optional = true, features = ["derive"] }
rayon = "1"
[dev-dependencies]
proptest = "1"
criterion = "0.3"
[[bench]]
name = "bitboard"
harness = false
|