mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-04 12:27:43 +00:00
18 lines
350 B
TOML
18 lines
350 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
|