added more graceful err handling of file_not_found +progress_bar
This commit is contained in:
parent
cffa3f5a04
commit
0d7f2380da
3 changed files with 174 additions and 20 deletions
|
|
@ -6,6 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
indicatif = "0.17.5"
|
||||
reqwest = { version = "0.11.18", features = ["json"] }
|
||||
serde = { version = "1.0.178", features = ["derive"]}
|
||||
serde_json = "1.0.104"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue