mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-27 08:38:58 +00:00
refactor: move api crate to api dir
Signed-off-by: bestgopher <84328409@qq.com>
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ members = [
|
||||
"common/common",
|
||||
"common/lock",
|
||||
"common/protos",
|
||||
"admin",
|
||||
"api/admin",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
|
||||
@@ -11,7 +11,7 @@ axum.workspace = true
|
||||
mime.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
ecstore = { path = "../ecstore" }
|
||||
ecstore = { path = "../../ecstore" }
|
||||
time = { workspace = true, features = ["serde"] }
|
||||
tower.workspace = true
|
||||
futures-util = "0.3.31"
|
||||
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user