1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 08:05:31 +02:00

tmp: calc download size & print progress

This commit is contained in:
Jan Lukas Gernert 2023-04-16 18:10:43 +02:00
parent ccc8223db0
commit 3dd7c7d57a
4 changed files with 55 additions and 16 deletions

View file

@ -13,5 +13,5 @@ clap = { version = "4.2", features = [ "derive" ] }
simplelog = "0.12"
log = "0.4"
url = "2.3"
reqwest = { version = "0.11", features = ["json", "native-tls", "gzip", "brotli"] }
reqwest = { version = "0.11", features = ["json", "native-tls", "gzip", "brotli", "stream"] }
tokio = { version = "1.27", features = ["macros", "fs", "io-util", "rt-multi-thread" ] }