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

View file

@ -23,3 +23,4 @@ nix = { version = "0.29", features = ["fs"] }
petgraph = { version = "0.7" }
tokio = { version = "1", features = ["full"] }
walkdir = { version = "2" }
bytesize = { version = "2.0" }