This commit is contained in:
Lucy 2025-09-30 18:59:48 +02:00
parent db62ec1d88
commit 85b4ad55b3
5 changed files with 279 additions and 270 deletions

View file

@ -10,6 +10,7 @@ console = "0.16.1"
crossterm = { version = "0.29.0", optional = true }
indicatif = "0.18.0"
md5 = "0.8.0"
num_cpus = "1.17.0"
rand = "0.9.2"
ratatui = { version = "0.29.0", optional = true }
reqwest = { version = "0.12.23", features = ["blocking", "json"] }