feat: refactor prudp code and start working on refactoring rmc

This commit is contained in:
DJMrTV 2025-02-18 22:55:33 +01:00
commit 3ea7c7e671
37 changed files with 2029 additions and 456 deletions

View file

@ -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 = []