Make storage modules public

This commit is contained in:
Matthias Beyer 2015-10-30 18:19:59 +01:00
parent 1ceada8115
commit d0af1a493b

View file

@ -4,6 +4,6 @@ pub use std::error::Error;
pub use runtime::Runtime;
mod file;
mod parser;
pub mod file;
pub mod parser;