2023-08-24 17:22:45 +02:00
|
|
|
[package]
|
|
|
|
name = "churn-agent"
|
2023-08-27 00:14:08 +02:00
|
|
|
description.workspace = true
|
2023-08-27 00:19:30 +02:00
|
|
|
authors.workspace = true
|
2023-08-27 00:14:08 +02:00
|
|
|
license-file.workspace = true
|
2023-08-27 00:23:11 +02:00
|
|
|
version= "0.1.0"
|
2023-08-27 00:14:08 +02:00
|
|
|
edition.workspace = true
|
|
|
|
publish.workspace = true
|
2023-08-24 17:22:45 +02:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[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-26 22:32:38 +02:00
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
reqwest.workspace = true
|