feat: add ubernetes like example

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-09 10:14:41 +01:00
parent 01f7bc9c83
commit f0d2180c4b
5 changed files with 346 additions and 47 deletions

View File

@@ -9,6 +9,7 @@ version = "0.0.1"
nocontrol = { path = "crates/nocontrol" }
nocontrol-tui = { path = "crates/nocontrol-tui" }
noprocess = { version = "0.0.2" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }