0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 00:46:45 +01:00
posthog/rust/cymbal/Cargo.toml
2024-11-05 12:23:22 +01:00

33 lines
829 B
TOML

[package]
name = "cymbal"
version = "0.1.0"
edition = "2021"
[dependencies]
rdkafka = { workspace = true }
tokio = { workspace = true }
envconfig = {workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
health = { path = "../common/health" }
axum = { workspace = true }
metrics = { workspace = true }
common-metrics = { path = "../common/metrics" }
common-alloc = { path = "../common/alloc" }
common-kafka = { path = "../common/kafka" }
common-types = { path = "../common/types" }
common-dns = { path = "../common/dns" }
thiserror = { workspace = true }
sqlx = { workspace = true }
serde_json = { workspace = true }
serde = { workspace = true }
sourcemap = "9.0.0"
reqwest = { workspace = true }
sha2 = "0.10.8"
[dev-dependencies]
httpmock = { workspace = true }
[lints]
workspace = true