mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
9734a40c96
Co-authored-by: Brett Hoerner <brett@bretthoerner.com> Co-authored-by: Ben White <ben@posthog.com>
13 lines
249 B
TOML
13 lines
249 B
TOML
[package]
|
|
name = "common-metrics"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
axum = { workspace = true }
|
|
metrics-exporter-prometheus = { workspace = true }
|
|
tokio = { workspace = true }
|
|
metrics = { workspace = true } |