Use prettytable to implement TablePrinter

This commit is contained in:
Matthias Beyer 2015-11-30 19:05:29 +01:00
parent 965779fcaf
commit e598a475e5

View file

@ -5,6 +5,7 @@
#[macro_use] extern crate glob;
#[macro_use] extern crate uuid;
#[macro_use] extern crate regex;
#[macro_use] extern crate prettytable;
extern crate config;
use cli::CliConfig;