From c492bc19aaf404ab4115b8d7f06eff81a6480b4e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 30 Dec 2020 13:33:57 +0200 Subject: feat! store and show timestamp for each backup generation This changes the output format of "obnam list". --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a8e404b..e8bbd91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" [dependencies] anyhow = "1" bytes = "0.5" +chrono = "0.4" indicatif = "0.15" libc = "0.2" log = "0.4" -- cgit v1.2.1