From 41843d179dc4655869955297833d096d1962120f Mon Sep 17 00:00:00 2001 From: Weikeng Chen Date: Sun, 6 Jun 2021 20:00:47 -0700 Subject: [PATCH] Release v0.3.0 / Limit the number of keywords to five (#19) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fab46fe..d726888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "An implementation of the cryptographic sponge functions for zkSNA homepage = "https://arkworks.rs" repository = "https://github.com/arkworks-rs/sponge" documentation = "https://docs.rs/ark-sponge/" -keywords = [ "zero-knowledge", "cryptography", "zkSNARK", "SNARK", "Poseidon", "sponge" ] +keywords = [ "zero-knowledge", "cryptography", "zkSNARK", "SNARK", "sponge" ] categories = [ "cryptography" ] include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] license = "MIT/Apache-2.0"