Add progress bar, Add stats, pretty print

This commit is contained in:
cool-mist
2025-01-11 19:15:49 +05:30
parent 69420922bd
commit b6a6d570e1
7 changed files with 430 additions and 113 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
[package]
name = "sol_chess"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
[dependencies]
argh = "0.1.13"
indicatif = "0.17.9"
rand = "0.8.5"
[profile.release]