axum/examples/prometheus-metrics/Cargo.toml

14 lines
411 B
TOML
Raw Normal View History

2021-12-28 15:58:48 +01:00
[package]
name = "example-prometheus-metrics"
version = "0.1.0"
edition = "2021"
2021-12-28 15:58:48 +01:00
publish = false
[dependencies]
axum = { path = "../../axum" }
metrics = { version = "0.22", default-features = false }
metrics-exporter-prometheus = { version = "0.13", default-features = false }
2021-12-28 15:58:48 +01:00
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }