From ad921fd14b79d755702f0999ab422a4df4cd1338 Mon Sep 17 00:00:00 2001 From: Sienna Meridian Satterwhite Date: Mon, 6 Apr 2026 19:41:20 +0100 Subject: [PATCH] fix(wfe-yaml): add missing license, repository, homepage fields --- wfe-yaml/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wfe-yaml/Cargo.toml b/wfe-yaml/Cargo.toml index b271bd6..39abd0f 100644 --- a/wfe-yaml/Cargo.toml +++ b/wfe-yaml/Cargo.toml @@ -2,6 +2,9 @@ name = "wfe-yaml" version.workspace = true edition.workspace = true +license.workspace = true +repository.workspace = true +homepage.workspace = true description = "YAML workflow definitions for WFE" [features]