kafka-ingest-concept/Cargo.toml
kjuulh f8ef7701ea
feat: add basic redpanda rising wave setup
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-05 21:41:30 +02:00

15 lines
405 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
kafka-ingest = { path = "crates/kafka-ingest" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
axum = { version = "0.7" }