Use the console crate

This commit is contained in:
Roey Darwish Dror
2018-11-01 11:28:27 +02:00
parent 17d1af8ba0
commit fde62711d5
4 changed files with 39 additions and 63 deletions

View File

@@ -19,8 +19,6 @@ extern crate nix;
#[cfg(unix)]
#[macro_use]
extern crate lazy_static;
extern crate term_size;
extern crate termcolor;
extern crate walkdir;
#[cfg(target_os = "linux")]