feat: add adclicks example
This commit is contained in:
19
client-application/Cargo.toml
Normal file
19
client-application/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "client-application"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
clap = { version = "4.5.27", features = ["derive", "env"] }
|
||||
dotenvy = "0.15.7"
|
||||
kafka = "0.10.0"
|
||||
nodrift = "0.3.0"
|
||||
rand = "0.9.0"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.138"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
tracing = { version = "0.1.41", features = ["log"] }
|
||||
tracing-subscriber = "0.3.19"
|
||||
uuid = { version = "1.12.1", features = ["serde"] }
|
Reference in New Issue
Block a user