mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-28 09:08:58 +00:00
25 lines
519 B
TOML
25 lines
519 B
TOML
[package]
|
|
name = "router"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
tracing.workspace = true
|
|
s3s.workspace = true
|
|
hyper.workspace = true
|
|
matchit = "0.8.4"
|
|
pin-project-lite.workspace = true
|
|
common.workspace = true
|
|
serde_urlencoded = "0.7.1"
|
|
serde.workspace = true
|
|
quick-xml = "0.37.0"
|
|
serde-xml-rs = "0.6.0"
|
|
ecstore.workspace = true
|
|
time.workspace = true
|
|
serde_json.workspace = true
|