imag/libimagdiary/src/lib.rs

16 lines
350 B
Rust
Raw Normal View History

2016-03-31 12:52:19 +00:00
extern crate chrono;
2016-03-26 17:25:17 +00:00
#[macro_use] extern crate log;
2016-03-31 12:52:19 +00:00
#[macro_use] extern crate lazy_static;
2016-03-26 17:25:17 +00:00
extern crate semver;
extern crate toml;
2016-03-31 12:52:19 +00:00
extern crate regex;
extern crate itertools;
2016-03-26 17:25:17 +00:00
#[macro_use] extern crate libimagstore;
2016-03-31 12:52:19 +00:00
extern crate libimagutil;
#[macro_use] extern crate libimagerror;
2016-03-26 17:25:17 +00:00
extern crate libimagrt;
module_entry_path_mod!("diary", "0.1.0");