Add new supervisor client over mycelium
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
7
src/clients/mod.rs
Normal file
7
src/clients/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub mod supervisor_client;
|
||||
|
||||
pub use supervisor_client::{
|
||||
Destination,
|
||||
SupervisorClient,
|
||||
SupervisorClientError,
|
||||
};
|
Reference in New Issue
Block a user