cuddle-please/crates/cuddle-release/Cargo.toml
kjuulh 72afd0b968
feat: with basic get dir
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-28 23:55:48 +02:00

15 lines
316 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
serde_yaml = "0.9.25"
serde = { version = "1.0.177", features = ["derive"] }