feat: refactor prudp code and start working on refactoring rmc
This commit is contained in:
parent
7d24a71f09
commit
3ea7c7e671
37 changed files with 2029 additions and 456 deletions
|
|
@ -25,6 +25,9 @@ prost = "0.13.4"
|
|||
hex = "0.4.3"
|
||||
|
||||
macros = { path = "macros" }
|
||||
rocket = { version = "0.5.1", features = ["json", "serde_json"] }
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
async-trait = "0.1.86"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.12.3"
|
||||
|
|
@ -32,4 +35,4 @@ tonic-build = "0.12.3"
|
|||
[features]
|
||||
default = ["secure", "auth"]
|
||||
secure = []
|
||||
auth = []
|
||||
auth = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue