churn-v2/crates/churn/Cargo.toml
kjuulh 7487e7336e
All checks were successful
continuous-integration/drone/push Build is passing
feat: add churn v2
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-23 22:58:43 +01:00

21 lines
483 B
TOML

[package]
name = "churn"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
axum.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
notmad = "0.5.0"
tokio-util = "0.7.12"
async-trait = "0.1.83"