feat(homelab)!: migrate to svelte kit, add more server stats endpoints
This commit is contained in:
@@ -12,5 +12,8 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
thiserror = "2.0.17"
|
||||
tokio = "1.49.0"
|
||||
kube = { version = "2.0.1", features = ["client", "runtime"] }
|
||||
tokio-util = { version = "0.7", features = ["io"] }
|
||||
kube = { version = "2.0.1", features = ["client", "runtime", "ws"] }
|
||||
k8s-openapi = { version = "0.26", features = ["v1_32"] }
|
||||
chrono = "0.4"
|
||||
futures = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user