elo: progress bar

This commit is contained in:
2025-03-04 16:00:57 -05:00
parent ea7df6a739
commit c0224f1a05
4 changed files with 28 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ debug = true
arrayvec = "0.7"
const_fn = "0.4"
either = "1.13"
indicatif = "0.17"
indicatif = { version = "0.17", features = [ "rayon" ] }
nohash-hasher = "0.2"
num = "0.4"
rand = "0.9"