From 8460210202af4e48ea55c997bf2739a6f0570e4a Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 8 Feb 2024 13:34:41 +0000 Subject: feat: add progress bars to sync and store init (#1684) Replace lots of logging with some progress bars. This looks much nicer I'd like to move it out of the atuin-client crate and into the atuin crate. But first, I want to decouple a lot of the record moving, so it can wait until that's done. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index ae28eb04..161e98d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,6 +237,7 @@ dependencies = [ "futures", "generic-array", "hex", + "indicatif", "interim", "itertools", "lazy_static", -- cgit v1.3.1