cuddle-please/crates/cuddle-release/Cargo.toml
kjuulh 55ae63599d
feat: add base
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-28 21:32:37 +02:00

13 lines
239 B
TOML

[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