Fix spacing in keywords, and use version ^0.2.0

This commit is contained in:
ValarDragon
2021-03-24 17:31:43 -07:00
parent df44f9de04
commit 1e55dfd07a
15 changed files with 75 additions and 75 deletions

View File

@@ -6,7 +6,7 @@ description = "The CP6-782 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-cp6-782/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
keywords = ["cryptography", "finite-fields", "elliptic-curves" ]
categories = ["cryptography"]
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "MIT/Apache-2.0"