mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-23 07:39:25 +01:00
15 lines
373 B
TOML
15 lines
373 B
TOML
|
[package]
|
||
|
name = "example-prometheus-metrics"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
axum = { path = "../../axum" }
|
||
|
axum-extra = { path = "../../axum-extra" }
|
||
|
metrics = "0.17"
|
||
|
metrics-exporter-prometheus = "0.7"
|
||
|
tokio = { version = "1.0", features = ["full"] }
|
||
|
tracing = "0.1"
|
||
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|