aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-middleware/Cargo.toml
blob: 97c2c88fc1f14687abf62e3e532bc97aa8a8e68f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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",
    "trace",
] }
tracing.workspace = true