0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
posthog/rust/common/health/Cargo.toml
2024-06-10 14:00:00 +01:00

14 lines
219 B
TOML

[package]
name = "health"
version = "0.1.0"
edition = "2021"
[lints]
workspace = true
[dependencies]
axum = { workspace = true }
time = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }