imag/libimagtimeui/src/lib.rs

10 lines
168 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;
2016-05-28 15:53:13 +00:00
pub mod date;