changes + benchmarks
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -3,6 +3,15 @@ name = "othello"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "othello"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "othello_game"
|
||||
path = "src/main.rs"
|
||||
|
||||
|
||||
[profile.release]
|
||||
# for profiling
|
||||
debug = true
|
||||
@@ -18,3 +27,10 @@ lazy_static = "1.5"
|
||||
num = "0.4"
|
||||
rand = "0.9"
|
||||
static_assertions = "1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.5", features = ["html_reports"] }
|
||||
|
||||
[[bench]]
|
||||
name = "future_children"
|
||||
harness = false
|
||||
|
||||
Reference in New Issue
Block a user