From 5bcc006447177bdba1a5b294e6d4cc1bf442dda7 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 2 Feb 2026 16:56:27 +0000 Subject: [PATCH] runtime-rs: Add missing license The ch-config crate was missing a license Signed-off-by: stevenhorsman --- src/runtime-rs/crates/hypervisor/ch-config/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-rs/crates/hypervisor/ch-config/Cargo.toml b/src/runtime-rs/crates/hypervisor/ch-config/Cargo.toml index f4223060df..9dd8ed2cbb 100644 --- a/src/runtime-rs/crates/hypervisor/ch-config/Cargo.toml +++ b/src/runtime-rs/crates/hypervisor/ch-config/Cargo.toml @@ -6,6 +6,7 @@ name = "ch-config" version = "0.1.0" edition = { workspace = true } +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html