feat: move examples out

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-07 10:33:18 +01:00
parent 6bd23f3b49
commit 01f7bc9c83
6 changed files with 54 additions and 8 deletions

17
Cargo.lock generated
View File

@@ -408,6 +408,21 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kubernetes-like"
version = "0.1.0"
dependencies = [
"anyhow",
"nocontrol",
"nocontrol-tui",
"rand",
"serde",
"tokio",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
@@ -492,7 +507,6 @@ dependencies = [
"hex",
"insta",
"jiff",
"nocontrol-tui",
"rand",
"serde",
"serde_json",
@@ -500,7 +514,6 @@ dependencies = [
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
"tracing-test",
"uuid",
]