Add initial progress bar

This commit is contained in:
Lachlan Sneff
2018-12-05 20:39:06 -05:00
parent b781d33318
commit bb34f4718e
4 changed files with 236 additions and 1 deletions

View File

@ -15,6 +15,8 @@ extern crate target_lexicon;
extern crate byteorder;
pub extern crate nix; // re-exported for usage in macros
extern crate rayon;
extern crate indicatif;
extern crate console;
#[macro_use]
mod macros;