imag/libimagentryedit/src/lib.rs

7 lines
129 B
Rust
Raw Normal View History

2016-08-09 10:31:56 +00:00
#[macro_use] extern crate libimagerror;
extern crate libimagstore;
extern crate libimagrt;
extern crate tempfile;
2016-08-09 10:28:20 +00:00
pub mod edit;