mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
Add initial progress bar
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user