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 Vesta prime-order elliptic curve"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/curves"
documentation = "https://docs.rs/ark-vesta/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
keywords = ["cryptography", "finite-fields", "elliptic-curves" ]
categories = ["cryptography"]
include = ["Cargo.toml", "src"]
license = "MIT/Apache-2.0"