This commit is contained in:
2026-09-17 16:27:34 +02:00
parent a7cd4244b2
commit 775e3d3b8a
5 changed files with 31 additions and 32 deletions
+1 -3
View File
@@ -9,11 +9,9 @@ pub mod logfmt;
/// yes/no confirmation
pub mod prompt;
use indicatif::{
MultiProgress, ProgressBar, ProgressStyle,
};
#[cfg(test)]
use indicatif::ProgressDrawTarget;
use indicatif::{MultiProgress, ProgressBar, ProgressStyle};
use std::path::Path;
use std::time::Duration;