feat: add cuddle ci draft
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-11-25 21:41:17 +01:00
parent e29615cb05
commit 8cf148726a
4 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
[package]
name = "cuddle-ci"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-sdk.workspace = true
eyre.workspace = true
clap.workspace = true
async-trait.workspace = true
[dev-dependencies]
tokio.workspace = true