From 56f6f609694168cfaf9d2649d7faae8e60761e1e Mon Sep 17 00:00:00 2001 From: Weikeng Chen Date: Sun, 6 Jun 2021 19:56:05 -0700 Subject: [PATCH] Release v0.3.0 / Add the license entry in the Cargo.toml (#18) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b5f49f1..fab46fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/ark-sponge/" keywords = [ "zero-knowledge", "cryptography", "zkSNARK", "SNARK", "Poseidon", "sponge" ] categories = [ "cryptography" ] include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] +license = "MIT/Apache-2.0" edition = "2018" [profile.release]