feat: Add log libraries dependencies

This commit is contained in:
Clément Renault 2019-01-06 15:01:09 +01:00
parent 510426c05c
commit 3418adb06a
No known key found for this signature in database
GPG key ID: 0151CDAB43460DAE
3 changed files with 5 additions and 1 deletions

View file

@ -66,6 +66,7 @@ fn index(schema: Schema, database_path: &Path, csv_data_path: &Path) -> Result<D
}
fn main() -> Result<(), Box<Error>> {
let _ = env_logger::init();
let opt = Opt::from_args();
let schema = {