feat: display size of each file and total removed size
This commit is contained in:
parent
266a00d983
commit
6825d63aaa
3 changed files with 64 additions and 14 deletions
|
@ -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" }
|
Loading…
Add table
Add a link
Reference in a new issue