2023-06-17 03:28:25 +02:00
|
|
|
[package]
|
2023-06-25 21:58:10 +02:00
|
|
|
name = "%%name%%"
|
2023-06-17 03:28:25 +02:00
|
|
|
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
|