feat: add plan

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-06 23:22:37 +02:00
commit 2ec6ffdb56
13 changed files with 2527 additions and 0 deletions

14
ci/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "ci"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk = "0.9.8"
eyre = { version = "0.6.12" }
dagger-components = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }
dagger-rust = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }
cuddle-ci = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }