Make configuration module public
This commit is contained in:
parent
13b901e3d4
commit
0884b337c9
1 changed files with 1 additions and 2 deletions
|
@ -48,9 +48,8 @@ extern crate libimagstorestdhook;
|
||||||
extern crate libimagutil;
|
extern crate libimagutil;
|
||||||
#[macro_use] extern crate libimagerror;
|
#[macro_use] extern crate libimagerror;
|
||||||
|
|
||||||
mod configuration;
|
|
||||||
|
|
||||||
pub mod error;
|
pub mod error;
|
||||||
|
pub mod configuration;
|
||||||
pub mod logger;
|
pub mod logger;
|
||||||
pub mod runtime;
|
pub mod runtime;
|
||||||
pub mod setup;
|
pub mod setup;
|
||||||
|
|
Loading…
Reference in a new issue