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.