17 lines
225 B
TOML
17 lines
225 B
TOML
[package]
|
|
name = "othello"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
# for profiling
|
|
debug = true
|
|
|
|
[dependencies]
|
|
arrayvec = "0.7.6"
|
|
either = "1.13.0"
|
|
lazy_static = "1.5.0"
|
|
num = "0.4"
|
|
rand = "0.9"
|
|
rayon = "1.10"
|