refactor: move api crate to api dir

Signed-off-by: bestgopher <84328409@qq.com>
This commit is contained in:
bestgopher
2024-10-16 10:31:02 +08:00
parent a96ac8c024
commit 8de9b72c49
9 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ tracing-error.workspace = true
tracing-subscriber.workspace = true
transform-stream.workspace = true
uuid = "1.10.0"
admin = { path = "../admin" }
admin = { path = "../api/admin" }
axum.workspace = true
[build-dependencies]