fix: add missing get_engine import in main.rs
This commit is contained in:
@@ -33,6 +33,7 @@ use prettytable::row;
|
|||||||
use prettytable::color;
|
use prettytable::color;
|
||||||
|
|
||||||
use chrono::prelude::*;
|
use chrono::prelude::*;
|
||||||
|
use crate::compression::get_engine;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
|
|||||||
Reference in New Issue
Block a user