feat: add cuddle please

This commit is contained in:
2025-07-21 17:08:30 +02:00
parent f2be7c85f7
commit 539bee9085
16 changed files with 2967 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "cuddle-go-lib-plan"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk = "0.17.1"
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" }
async-trait = "0.1.80"