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

@@ -13,7 +13,7 @@ description = "A benchmark library for finite fields and elliptic curves"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/algebra/"
keywords = ["cryptography", "finite fields", "elliptic curves", "pairing"]
keywords = ["cryptography", "finite-fields", "elliptic-curves", "pairing"]
categories = ["cryptography"]
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "MIT/Apache-2.0"