mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 09:40:32 +00:00
22 lines
452 B
TOML
22 lines
452 B
TOML
[package]
|
|
name = "admin"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
|
|
[lints]
|
|
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
|