From 8f4b36ac4ea6481a3e7ca79256fb1b5156492b1c Mon Sep 17 00:00:00 2001 From: Andrew Stoycos Date: Tue, 14 May 2024 16:57:17 -0400 Subject: [PATCH] add license to rust protobuf bindings In order for the sigstore_protobuf_specs crate to be packaged in a Fedora RPM we need the crate to include the necessary license metadata. Signed-off-by: Andrew Stoycos --- gen/pb-rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/gen/pb-rust/Cargo.toml b/gen/pb-rust/Cargo.toml index 772eb7a2..986128f5 100644 --- a/gen/pb-rust/Cargo.toml +++ b/gen/pb-rust/Cargo.toml @@ -5,3 +5,4 @@ members = [ "sigstore-protobuf-specs-codegen", "sigstore-protobuf-specs-derive", ] +license = "Apache-2.0"