Add supervisor API

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-08-22 23:19:05 +02:00
parent 7ce19f8b6d
commit bc30c9cc89
8 changed files with 1412 additions and 12 deletions

View File

@@ -14,5 +14,12 @@ redis = { version = "0.32.5", features = [
"connection-manager",
"aio",
] }
jsonrpsee = { version = "0.26.0", features = ["server", "macros"] }
jsonrpsee = { version = "0.26.0", features = [
"server",
"macros",
"client",
"http-client",
"ws-client",
] }
http = "1.3.1"
async-trait = "0.1.83"