cuddle-templates/rust-cli/crates/%%name%%/Cargo.toml
kjuulh 12735aa1c5
feat: update template for cli
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-28 21:31:23 +02:00

13 lines
233 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