initial commit

This commit is contained in:
Maple Nebel 2026-05-05 19:08:22 +02:00
commit a4ca8d02f8
8 changed files with 3993 additions and 0 deletions

19
Cargo.toml Normal file
View file

@ -0,0 +1,19 @@
[package]
name = "reggie"
version = "0.1.0"
edition = "2024"
[dependencies]
actix-web = "4.13.0"
k8s-openapi = { version = "0.27.1", features = ["v1_33"] }
kube = { version = "3.1.0", features = ["runtime", "derive"] }
log = "0.4.29"
macro_rules_attribute = "0.2.2"
schemars = "1.2.1"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
simplelog = "0.12.2"
sqlx = "0.8.6"
tokio = { version = "1.52.2", features = ["macros", "rt-multi-thread"] }
utoipa = "5.5.0"
yaml_serde = "0.10.4"