imag/libimagentryselect/src/lib.rs

10 lines
131 B
Rust
Raw Normal View History

2016-05-26 08:35:11 +00:00
extern crate clap;
extern crate log;
extern crate interactor;
extern crate libimagstore;
2016-05-26 08:41:25 +00:00
extern crate libimagerror;
2016-05-26 08:35:11 +00:00
2016-05-26 08:35:26 +00:00
pub mod ui;