imag/libimagstorestdhook/src/lib.rs

8 lines
95 B
Rust
Raw Normal View History

2016-03-24 10:52:43 +00:00
#[macro_use] extern crate log;
extern crate toml;
extern crate libimagstore;
2016-03-24 11:09:45 +00:00
pub mod debug;