kjuulh
62a677ffcd
All checks were successful
continuous-integration/drone/push Build is passing
although I am not entirely happy with it, as we're missing args, state and project variables Signed-off-by: kjuulh <contact@kjuulh.io>
14 lines
266 B
TOML
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"
|