imag/libimagnotes/src/lib.rs

9 lines
149 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;
extern crate libimagstore;
extern crate libimagtag;