Make command submodule public

This commit is contained in:
Matthias Beyer 2015-11-24 20:05:01 +01:00
parent f94f8870e9
commit a9a33321f7

View file

@ -8,7 +8,7 @@ use std::result::Result;
use storage::backend::StorageBackend;
use self::command::ExecutableCommand;
mod command;
pub mod command;
pub mod bm;
#[derive(Debug)]