feat(rmc): start implementing new rmc protocol abstraction
This commit is contained in:
parent
3ea7c7e671
commit
6f02339464
6 changed files with 283 additions and 77 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue