othello/Cargo.toml

14 lines
166 B
TOML

[package]
name = "othello"
version = "0.1.0"
edition = "2021"
[profile.release]
# for profiling
debug = true
[dependencies]
num = "0.4"
rand = "0.9"
rayon = "1.10"