feat: update template for cli

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-28 21:31:23 +02:00
parent 60b81f10e4
commit 12735aa1c5
5 changed files with 33 additions and 53 deletions

View File

@@ -0,0 +1,12 @@
[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