mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-07 22:04:43 +08:00
feat: initialize project structure, modules and configurations
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/// Shared message structure across modules.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct SharedMessage {
|
||||
pub id: u64,
|
||||
pub content: String,
|
||||
}
|
||||
Reference in New Issue
Block a user