0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/rust/common/serve_metrics/Cargo.toml

13 lines
248 B
TOML

[package]
name = "serve-metrics"
version = "0.1.0"
edition = "2021"
[lints]
workspace = true
[dependencies]
axum = { workspace = true }
tokio = { workspace = true }
metrics-exporter-prometheus = { workspace = true }
metrics = { workspace = true }