From 077f92f41e1cc01e82bce1084e74e7884b4a9308 Mon Sep 17 00:00:00 2001 From: altair823 Date: Wed, 20 May 2026 12:57:06 +0000 Subject: [PATCH] build(p10-2): add serde_yaml dep to kebab-chunk for k8s-manifest-resource-v1 Co-Authored-By: Claude Opus 4.7 (1M context) --- crates/kebab-chunk/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/kebab-chunk/Cargo.toml b/crates/kebab-chunk/Cargo.toml index be91c3c..a7f9534 100644 --- a/crates/kebab-chunk/Cargo.toml +++ b/crates/kebab-chunk/Cargo.toml @@ -13,6 +13,7 @@ serde_json_canonicalizer = "0.3" blake3 = { workspace = true } anyhow = { workspace = true } tracing = { workspace = true } +serde_yaml = { workspace = true } [dev-dependencies] # kb-parse-md / kb-normalize are dev-only — used by the snapshot integration