feat: overhauled downloader
This commit is contained in:
parent
fb7af3b966
commit
11a0038350
5 changed files with 839 additions and 337 deletions
|
|
@ -60,7 +60,7 @@ tracing = { version = "0.1.37", features = ["log"] }
|
|||
indicatif = "0.17.0"
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
tracing-subscriber = "0.3.17"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
serde_yaml = "0.9.19"
|
||||
dirs = "5.0.0"
|
||||
filenamify = "0.1.0"
|
||||
|
|
|
|||
Reference in a new issue