feat: introduce admin-api

Signed-off-by: bestgopher <84328409@qq.com>
This commit is contained in:
bestgopher
2024-10-15 11:09:40 +08:00
parent db3bd12b1e
commit a96ac8c024
14 changed files with 392 additions and 56 deletions
+2 -1
View File
@@ -49,6 +49,8 @@ tracing-error.workspace = true
tracing-subscriber.workspace = true
transform-stream.workspace = true
uuid = "1.10.0"
admin = { path = "../admin" }
axum.workspace = true
[build-dependencies]
prost-build.workspace = true
@@ -67,7 +69,6 @@ hyper-util = { version = "0.1.9", features = [
"server-auto",
"server-graceful",
] }
mime = "0.3.17"
transform-stream = "0.3.0"
netif = "0.1.6"
# pin-utils = "0.1.0"