cuddle-templates/rust-service/crates/%%name%%/Cargo.toml

14 lines
255 B
TOML
Raw Permalink Normal View History

[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