imag/libimagnotes/src/lib.rs

15 lines
251 B
Rust
Raw Normal View History

2016-02-13 17:17:07 +00:00
#[macro_use] extern crate log;
extern crate semver;
extern crate toml;
extern crate libimagrt;
2016-02-13 17:29:34 +00:00
#[macro_use] extern crate libimagstore;
2016-02-13 17:17:07 +00:00
extern crate libimagtag;
2016-02-13 17:29:34 +00:00
module_entry_path_mod!("notes", "0.1.0");
pub mod error;
pub mod note;
pub mod result;