wip messages handling

This commit is contained in:
2025-12-23 17:05:29 +01:00
parent 1844037488
commit ced0c992e7
5 changed files with 240 additions and 26 deletions

View File

@@ -34,4 +34,6 @@ async fn main() -> eframe::Result<()> {
Ok(Box::new(app))
}),
)
// Starts the protocol
}