2023-08-24 17:22:45 +02:00
|
|
|
[package]
|
|
|
|
name = "churn"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-08-26 22:32:38 +02:00
|
|
|
churn-domain.workspace = true
|
|
|
|
|
2023-08-24 17:22:45 +02:00
|
|
|
anyhow.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
clap.workspace = true
|
|
|
|
dotenv.workspace = true
|
|
|
|
axum.workspace = true
|
2023-08-25 21:52:28 +02:00
|
|
|
reqwest.workspace = true
|