global: cleanup

This commit is contained in:
nym21
2025-07-29 17:46:30 +02:00
parent 11911c1898
commit aa8b47a3dd
29 changed files with 286 additions and 445 deletions

View File

@@ -11,4 +11,7 @@ repository.workspace = true
axum = { workspace = true }
brk_interface = { workspace = true }
log = { workspace = true }
rmcp = { workspace = true }
brk_rmcp = { version = "0.3.0", features = [
"transport-worker",
"transport-streamable-http-server",
] }