Merge pull request #135 from matthiasbeyer/libimagrt/public-module
rt: Make runtime module public
This commit is contained in:
commit
51c0a4cf50
1 changed files with 2 additions and 1 deletions
|
@ -10,5 +10,6 @@ extern crate libimagutil;
|
||||||
|
|
||||||
mod configuration;
|
mod configuration;
|
||||||
mod logger;
|
mod logger;
|
||||||
mod runtime;
|
|
||||||
|
pub mod runtime;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue