This commit is contained in:
@@ -6,6 +6,7 @@ edition = "2024"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
dtrack-core = { path = "../dtrack-core" }
|
dtrack-core = { path = "../dtrack-core" }
|
||||||
dtrack-tools = { path = "../dtrack-tools" }
|
dtrack-tools = { path = "../dtrack-tools" }
|
||||||
|
dtrack-perms = { path = "../dtrack-perms" }
|
||||||
|
|
||||||
# Server + Streamable-HTTP-Transport.
|
# Server + Streamable-HTTP-Transport.
|
||||||
rmcp = { version = "0.16", features = ["server", "transport-streamable-http-server"] }
|
rmcp = { version = "0.16", features = ["server", "transport-streamable-http-server"] }
|
||||||
@@ -15,6 +16,8 @@ axum = "0.8"
|
|||||||
maud = "0.26"
|
maud = "0.26"
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
# JSON-RPC-Body in der RBAC-Middleware inspizieren.
|
||||||
|
serde_json = "1"
|
||||||
|
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user