mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-06 05:34:49 +08:00
feat: initialize project structure, modules and configurations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
pub mod module_a;
|
||||
pub mod module_b;
|
||||
pub mod structs;
|
||||
|
||||
pub use module_a::{ModuleA, ModuleAError};
|
||||
pub use module_b::{ModuleB, ModuleBError};
|
||||
pub use structs::SharedMessage;
|
||||
Reference in New Issue
Block a user