Revert "Add supervisor API"

This reverts commit bc30c9cc89.
This commit is contained in:
Lee Smet
2025-08-27 12:52:54 +02:00
parent bc30c9cc89
commit a8227eb808
8 changed files with 11 additions and 1411 deletions

View File

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