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. --- atuin-client/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'atuin-client/Cargo.toml') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 991c594e..9d1e8768 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -67,6 +67,7 @@ urlencoding = { version = "2.1.0", optional = true } reqwest = { workspace = true, optional = true } hex = { version = "0.4", optional = true } sha2 = { version = "0.10", optional = true } +indicatif = "0.17.7" [dev-dependencies] tokio = { version = "1", features = ["full"] } -- cgit v1.3.1