feat: create base go lib plan

This commit is contained in:
2025-07-21 16:57:50 +02:00
commit 86167c5614
13 changed files with 2853 additions and 0 deletions

17
ci/Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "ci"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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" }
tracing-subscriber.workspace = true