Skip to content

Commit

Permalink
reexport indicatif style as a helper
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonford committed Dec 2, 2024
1 parent 0110fe0 commit 7573c01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use std::any::TypeId;
use std::marker::PhantomData;
use std::sync::Mutex;

pub use indicatif::style;
use indicatif::style::ProgressStyle;
use indicatif::style::ProgressTracker;
use indicatif::MultiProgress;
Expand Down

0 comments on commit 7573c01

Please sign in to comment.