From 833062dfd9bf56871b9204836099303260db053c Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Sun, 24 Apr 2022 11:35:57 +0200 Subject: [PATCH] prune: Add options --keep-delete and --keep-pack --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dbc2947..d4604c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,5 +58,6 @@ bytesize = "1" indicatif = "0.17.0-rc.10" path-absolutize = "3" gethostname = "0.2" +humantime = "2" users = "0.11" itertools = "0.10"