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

@@ -11,17 +11,18 @@ publish = true
[dependencies]
anyhow.workspace = true
rand.workspace = true
serde.workspace = true
tokio.workspace = true
tracing.workspace = true
uuid.workspace = true
async-trait = "0.1.89"
hex = "0.4.3"
jiff = { version = "0.2.17", features = ["serde"] }
rand.workspace = true
serde.workspace = true
serde_json = "1.0.148"
sha2 = "0.10.9"
tokio.workspace = true
tokio-util = "0.7.18"
tracing.workspace = true
uuid.workspace = true
[dev-dependencies]
insta = "1.46.0"