Remove dependency on libimagerror, is not needed

This commit is contained in:
Matthias Beyer 2017-02-04 11:39:38 +01:00
parent 38672c5175
commit 2dc07c7295
2 changed files with 0 additions and 5 deletions

View file

@ -20,6 +20,3 @@ log = "0.3"
chrono = "0.2"
regex = "0.2"
[dependencies.libimagerror]
path = "../libimagerror"

View file

@ -37,8 +37,6 @@ extern crate regex;
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate log;
#[macro_use] extern crate libimagerror;
pub mod cli;
pub mod date;
pub mod datetime;