Add openrpc API

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-08-21 13:29:39 +02:00
parent c5f0f80492
commit 62c200b5bd
11 changed files with 2350 additions and 9 deletions

View File

@@ -10,3 +10,5 @@ serde_json = "1.0.143"
tokio = { version = "1.47.1", features = ["full"] }
tracing = "0.1.41"
redis = { version = "0.25.4", features = ["tokio-comp", "connection-manager", "aio"] }
jsonrpsee = { version = "0.24.7", features = ["server", "macros"] }
async-trait = "0.1.83"