0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 00:46:45 +01:00
posthog/rust/common/kafka/Cargo.toml

21 lines
449 B
TOML
Raw Normal View History

[package]
name = "common-kafka"
version = "0.1.0"
edition = "2021"
[lints]
workspace = true
[dependencies]
chrono = { workspace = true }
envconfig = { workspace = true }
health = { path = "../health" }
rdkafka = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
time = { workspace = true }
tracing = { workspace = true }
uuid = { workspace = true }
thiserror = { workspace = true }
futures = { workspace = true }