mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
8de9b72c49
Signed-off-by: bestgopher <84328409@qq.com>
19 lines
426 B
TOML
19 lines
426 B
TOML
[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
|