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>
This commit is contained in:
2024-08-26 22:02:50 +02:00
parent 186f13a16c
commit 62a677ffcd
3 changed files with 89 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ version.workspace = true
[dependencies]
anyhow.workspace = true
clap.workspace = true
clap = { workspace = true, features = ["string"] }
serde.workspace = true
serde_json.workspace = true