Add description and fix keywords

This commit is contained in:
Demi M. Obenour 2019-01-11 11:04:22 -05:00
parent 8ff5d21682
commit 2b0eeebb5d
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
name = "classgroup"
version = "0.1.0"
authors = ["Demi M. Obenour <demiobenour@gmail.com>"]
keywords = ["class group"]
description = """An implementation of class groups in Rust. Uses GMP for arithmetic."""
keywords = ["classgroup", "vdf"]
repository = "https://github.com/poanetwork/vdf"
license = "Apache-2.0"
edition = "2018"