aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 59aa9d6453c0e8a7af60f4e7cdfb5aafddd965c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "chessnost"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
num_enum = "0.5.7"

[[bench]]
name = "perft"
harness = false