blob: 40e8cb88ef3d5cb24f49598a6f583638754a5d3a (
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"] }
[dev-dependencies]
proptest = "1"
criterion = "0.3"
[[bench]]
name = "bitboard"
harness = false
|