Print human readable file size to log
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user