summaryrefslogtreecommitdiff
path: root/model/Cargo.toml
blob: e732e99ae92b0ddd2f953588abb5d4b9d088071e (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