feat: add basic

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-03 19:08:51 +01:00
commit 94244cf937
10 changed files with 2224 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "cuddle-rust-service-plan"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk = {git = "https://github.com/kjuulh/dagger.git", branch = "feat/with-send-sync"}
eyre = { version = "0.6.11" }
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" }
async-trait = "0.1.77"