pirate-librustzcash/group/Cargo.toml
Eirik Ogilvie-Wigley 09882c6d08 Add edition = 2018
2019-08-20 18:31:20 -06:00

20 lines
441 B
TOML

[package]
name = "group"
version = "0.1.0"
authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Jack Grigg <jack@z.cash>",
]
license = "MIT/Apache-2.0"
description = "Elliptic curve group traits and utilities"
documentation = "https://docs.rs/group/"
homepage = "https://github.com/ebfull/group"
repository = "https://github.com/ebfull/group"
edition = "2018"
[dependencies]
ff = { path = "../ff" }
rand = "0.7"
rand_xorshift = "0.2"