feat(rmc): start implementing new rmc protocol abstraction

This commit is contained in:
DJMrTV 2025-02-19 23:30:15 +01:00
commit 6f02339464
6 changed files with 283 additions and 77 deletions

View file

@ -28,6 +28,7 @@ macros = { path = "macros" }
rocket = { version = "0.5.1", features = ["json", "serde_json"] }
serde = { version = "1.0.217", features = ["derive"] }
async-trait = "0.1.86"
paste = "1.0.15"
[build-dependencies]
tonic-build = "0.12.3"