summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-02-08 13:34:41 +0000
committerGitHub <noreply@github.com>2024-02-08 13:34:41 +0000
commit8460210202af4e48ea55c997bf2739a6f0570e4a (patch)
treeb65b7ec55da171d9246be0d2ef77a7e39ecf45cb /Cargo.lock
parent199365310248eecedf8fbad579fc0cdc2e47bbe7 (diff)
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.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
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",