reggie/Cargo.toml

19 lines
512 B
TOML
Raw Permalink Normal View History

2026-05-05 19:08:22 +02:00
[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"