mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 09:16:49 +01:00
21 lines
449 B
TOML
21 lines
449 B
TOML
|
[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 }
|