cuddle-templates/rust-service/crates/%%name%%/Cargo.toml
kjuulh 6fd2f828c5
feat: with variable
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-17 12:14:10 +02:00

14 lines
254 B
TOML

[package]
name = "service"
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