mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-17 10:17:55 +00:00
refactor: move api crate to api dir
Signed-off-by: bestgopher <84328409@qq.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "admin"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
axum.workspace = true
|
||||
mime.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
ecstore = { path = "../../ecstore" }
|
||||
time = { workspace = true, features = ["serde"] }
|
||||
tower.workspace = true
|
||||
futures-util = "0.3.31"
|
||||
hyper.workspace = true
|
||||
Reference in New Issue
Block a user