From bfb2ed8241a690042e98d3b2d77576b697563ba3 Mon Sep 17 00:00:00 2001 From: Andrew Stoycos Date: Tue, 14 May 2024 17:36:19 -0400 Subject: [PATCH] add license to rust protobuf bindings (#327) 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"