Implements progress reporting and pv support for the cli app.

This commit is contained in:
2026-08-23 17:22:29 -07:00
parent 38df8fb1b6
commit d742fce14a
4 changed files with 117 additions and 27 deletions

View File

@@ -12,3 +12,4 @@ open = "5.3"
url = "2.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
indicatif = "0.17"