aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-middleware/Cargo.toml
blob: b23e61e3cd6dacdcc42442da22ecd30ec6855237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "warden-middleware"
version = "0.1.0"
edition = "2024"
license.workspace = true
homepage.workspace = true
documentation.workspace = true
description.workspace = true
publish = false

[dependencies]
axum.workspace = true
metrics.workspace = true
metrics-exporter-prometheus.workspace = true
tower-http = { workspace = true, features = [
    "request-id",
] }
tracing.workspace = true