feat(homelab)!: create interface for homelab management, use templating for route generation & support more options and route types
This commit is contained in:
16
nix/homelab/api/Cargo.toml
Normal file
16
nix/homelab/api/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "homelab-api"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.12.1"
|
||||
dotenvy = "0.15.7"
|
||||
nom = "8.0.0"
|
||||
rcon = { version = "0.6.0", features = ["rt-tokio"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
thiserror = "2.0.17"
|
||||
tokio = "1.49.0"
|
||||
kube = { version = "2.0.1", features = ["client", "runtime"] }
|
||||
k8s-openapi = { version = "0.26", features = ["v1_32"] }
|
||||
Reference in New Issue
Block a user