malus - mockable overseer mvp (#3224)

This commit is contained in:
Bernhard Schuster
2021-06-16 12:45:21 +02:00
committed by GitHub
parent b64d9885ad
commit 44a8aa23d5
16 changed files with 753 additions and 219 deletions
+4 -1
View File
@@ -28,9 +28,12 @@ mod command;
pub use service::{
self,
ProvideRuntimeApi, CoreApi, IdentifyVariant,
Block, RuntimeApiCollection, TFullClient
Block, RuntimeApiCollection, TFullClient,
};
#[cfg(feature = "malus")]
pub use service::create_default_subsystems;
#[cfg(feature = "cli")]
pub use cli::*;