feat: display size of each file and total removed size

This commit is contained in:
Arthur Pinheiro 2025-03-12 16:52:03 +01:00
parent 266a00d983
commit 6825d63aaa
3 changed files with 64 additions and 14 deletions

7
Cargo.lock generated
View file

@ -136,6 +136,12 @@ version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
[[package]]
name = "bytesize"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3c8f83209414aacf0eeae3cf730b18d6981697fba62f200fcfb92b9f082acba"
[[package]]
name = "cfg-if"
version = "1.0.0"
@ -634,6 +640,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bytesize",
"clap",
"env_logger",
"goblin",