Update Cargo.toml metadata

This commit is contained in:
Henry de Valence 2020-07-09 11:50:53 -07:00
parent eb5714779c
commit 00007d0332
1 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@ edition = "2018"
# - Update CHANGELOG.md
# - Create git tag.
version = "0.2.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
authors = ["Henry de Valence <hdevalence@hdevalence.ca>", "Deirdre Connolly <durumcrustulum@gmail.com>"]
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZcashFoundation/redjubjub"
categories = ["cryptography", "zcash"]
categories = ["cryptography", "crypto"]
keywords = ["cryptography", "crypto", "jubjub", "redjubjub", "zcash"]
description = "A mostly-standalone implementation of the RedJubjub signature scheme."
description = "A standalone implementation of the RedJubjub signature scheme."
[package.metadata.docs.rs]
features = ["nightly"]