feat: add basic website

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-07 19:46:13 +01:00
commit b439762877
71 changed files with 16576 additions and 0 deletions

15
ci/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "ci"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "ci"
path = "src/main.rs"
[dependencies]
dagger-sdk = "0.20"
eyre = "0.6"
tokio = { version = "1", features = ["full"] }
clap = { version = "4", features = ["derive"] }
chrono = "0.4"