From 7bd8a5624e0f6340af8bb930ee98b3386114705b Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sat, 15 Mar 2025 19:59:11 -0500 Subject: granular progress indication the code for the cli kinda sucks --- Cargo.lock | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index a65b444..8dbc5ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2621,6 +2621,16 @@ dependencies = [ "web-time", ] +[[package]] +name = "indicatif-log-bridge" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63703cf9069b85dbe6fe26e1c5230d013dee99d3559cd3d02ba39e099ef7ab02" +dependencies = [ + "indicatif", + "log", +] + [[package]] name = "input" version = "0.9.1" @@ -3577,6 +3587,7 @@ dependencies = [ "clap", "clap_complete", "indicatif", + "indicatif-log-bridge", "lazy_static", "log", "ozone", -- cgit v1.2.3-70-g09d2