imag/libimagdiary/src/lib.rs

11 lines
207 B
Rust
Raw Normal View History

2016-03-26 17:25:17 +00:00
#[macro_use] extern crate log;
extern crate semver;
extern crate toml;
#[macro_use] extern crate libimagstore;
extern crate libimagrt;
extern crate libimagnotes;
module_entry_path_mod!("diary", "0.1.0");