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
View File
@@ -7,6 +7,7 @@ members = [
"common/common",
"common/lock",
"common/protos",
"admin",
]
[workspace.package]
@@ -77,3 +78,4 @@ uuid = { version = "1.10.0", features = [
"macro-diagnostics",
] }
log = "0.4.22"
axum = "0.7.7"