summaryrefslogtreecommitdiffstats
path: root/libimagdiary/src/lib.rs
blob: b0275040ffb47694646c2627e301e4f2b14c5796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extern crate chrono;
#[macro_use] extern crate log;
#[macro_use] extern crate lazy_static;
extern crate semver;
extern crate toml;
extern crate regex;
extern crate itertools;

#[macro_use] extern crate libimagstore;
extern crate libimagutil;
#[macro_use] extern crate libimagerror;
extern crate libimagrt;

module_entry_path_mod!("diary", "0.1.0");