Change log passing

This commit is contained in:
Adrian Heine 2020-09-05 11:26:16 +02:00
parent 9200e83a0a
commit d7180e327a
5 changed files with 171 additions and 117 deletions

View file

@ -8,4 +8,4 @@ pub use symbol_runner::{
};
mod runnable;
mod setup;
pub use setup::Setup;
pub use setup::SetupFacade as Setup;