mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 15:16:56 +00:00
22 lines
444 B
TOML
22 lines
444 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"
|