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

7
Cargo.lock generated
View File

@@ -752,6 +752,12 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9"
[[package]]
name = "humansize"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
[[package]]
name = "hyper"
version = "0.14.7"
@@ -995,6 +1001,7 @@ dependencies = [
"compress-tools",
"dotenv",
"futures",
"humansize",
"infer",
"reqwest",
"scraper",