axum/examples/prometheus-metrics/Cargo.toml

14 lines
330 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" }
2022-02-12 18:16:14 +01:00
metrics = "0.18"
metrics-exporter-prometheus = "0.8"
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"] }