Print human readable file size to log

This commit is contained in:
Tyler Hallada
2021-08-09 22:38:17 -06:00
parent db2e73aa8e
commit 1169ef4536
3 changed files with 13 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ chrono = { version = "0.4", features = ["serde"] }
compress-tools = "0.12"
dotenv = "0.15"
futures = "0.3"
humansize = "1.1"
infer = { version = "0.4", default-features = false }
reqwest = { version = "0.11", features = ["json", "stream"] }
scraper = "0.12"