Compare commits

..

5 Commits

2 changed files with 442 additions and 197 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ clap = { version = "4.5.27", features = ["derive", "env"] }
dotenvy = "0.15.7"
kafka = "0.10.0"
nodrift = "0.3.0"
rand = "0.9.0"
rand = "0.10.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
tokio = { version = "1.43.0", features = ["full"] }