Skip to content

Commit

Permalink
Add Apache-2.0 to rust license in Cargo.toml (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Aug 9, 2023
1 parent 4d8ff3d commit 6353f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6353f68

Please sign in to comment.