Remove dependency on libimagerror, is not needed
This commit is contained in:
parent
38672c5175
commit
2dc07c7295
2 changed files with 0 additions and 5 deletions
|
@ -20,6 +20,3 @@ log = "0.3"
|
|||
chrono = "0.2"
|
||||
regex = "0.2"
|
||||
|
||||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue