From 6353f689e5d2802bbaf221253b3acafe4228331c Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:49:22 -0400 Subject: [PATCH] Add Apache-2.0 to rust license in Cargo.toml (#328) --- bindings/rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index e9b9f341a..3f119a489 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -2,6 +2,7 @@ name = "c-kzg" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # XXX: Note that we don't set a `links` attribute for Cargo, because this library may link # either `ckzg` or `ckzg_min`. This allows the crate to be linked twice as minimal/mainnet variants # without Cargo complaining.