This commit is contained in:
Matthias Beyer 2015-10-19 18:09:32 +02:00
parent bff720018c
commit 1cea0e48e0
1 changed files with 4 additions and 2 deletions

View File

@ -2,11 +2,13 @@
use cli::Config; use cli::Config;
use runtime::Runtime; use runtime::Runtime;
use module::Module;
mod cli; mod cli;
mod runtime; mod runtime;
mod module; mod module {
mod todo;
}
mod storage; mod storage;
fn main() { fn main() {