ai implemented, needs some perf tuning
This commit is contained in:
parent
8c4b0fc1cd
commit
05536f0dc3
7 changed files with 310 additions and 23 deletions
|
|
@ -8,11 +8,12 @@ name = "othello"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "othello-gui"
|
||||
name = "othello-cli"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
regex = "1.12.2"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.7.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue