imag/libimagtimeui/src/lib.rs

7 lines
152 B
Rust
Raw Normal View History

2016-05-28 15:42:39 +00:00
extern crate chrono;
extern crate regex;
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate log;
#[macro_use] extern crate libimagerror;