feat: rename service

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-27 13:41:04 +01:00
parent 749ae245c7
commit 444c3d760b
8 changed files with 1328 additions and 107 deletions

11
ci/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "ci"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
dagger-sdk = "0.20"
eyre = "0.6"
tokio = { version = "1", features = ["full"] }
clap = { version = "4", features = ["derive"] }