From 9698a9b4866e962fb6e75fae4a521f8621915469 Mon Sep 17 00:00:00 2001
From: Weikeng Chen <w.k@berkeley.edu>
Date: Wed, 24 Mar 2021 22:36:57 -0700
Subject: [PATCH] Shorten the keyword `polynomial-commitments` to `commitments`
 (#77)

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index c7be0dc..53f10ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ authors = [
 description = "A library for constructing polynomial commitment schemes for use in zkSNARKs"
 repository = "https://github.com/arkworks-rs/poly-commit"
 documentation = "https://docs.rs/ark-poly-commit/"
-keywords = ["cryptography", "polynomial-commitments", "elliptic-curves", "pairing"]
+keywords = ["cryptography", "commitments", "elliptic-curves", "pairing"]
 categories = ["cryptography"]
 include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
 license = "MIT/Apache-2.0"
-- 
GitLab