cuddle/crates/cuddle-actions/Cargo.toml
kjuulh 62a677ffcd
All checks were successful
continuous-integration/drone/push Build is passing
feat: working cuddle actions,
although I am not entirely happy with it, as we're missing args, state and project variables

Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-26 22:02:50 +02:00

14 lines
266 B
TOML

[package]
name = "cuddle-actions"
edition = "2021"
version.workspace = true
[dependencies]
anyhow.workspace = true
clap = { workspace = true, features = ["string"] }
serde.workspace = true
serde_json.workspace = true
[dev-dependencies]
pretty_assertions = "1.4.0"