feat: add base

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-28 21:32:37 +02:00
commit 55ae63599d
7 changed files with 701 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "cuddle-release"
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