This commit is contained in:
2025-02-11 16:18:47 -05:00
parent 657bb967a0
commit d03cdde5ad
5 changed files with 94 additions and 62 deletions

14
Cargo.lock generated
View File

@@ -2,6 +2,12 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "autocfg"
version = "1.4.0"
@@ -69,6 +75,12 @@ dependencies = [
"windows-targets",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.169"
@@ -152,7 +164,9 @@ dependencies = [
name = "othello"
version = "0.1.0"
dependencies = [
"arrayvec",
"either",
"lazy_static",
"num",
"rand",
"rayon",