This commit is contained in:
jackjohn7 2025-10-29 21:51:24 -05:00
commit 0de67fd423
13 changed files with 1263 additions and 0 deletions

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[workspace]
members = ["iagorithms", "othello"]
[workspace.dependencies]
neorusticus = "0.1.3"
ratatui = "0.29.0"