cuddle-templates/rust-service/crates/%%name%%/Cargo.toml
kjuulh 31b38e7610
feat: with name in crate
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-25 20:53:17 +02:00

14 lines
255 B
TOML

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