jubjub/Cargo.toml

12 lines
341 B
TOML

[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Implementation of the Jubjub elliptic curve group"
documentation = "https://docs.rs/jubjub/"
homepage = "https://github.com/zkcrypto/jubjub"
license = "MIT/Apache-2.0"
name = "jubjub"
repository = "https://github.com/zkcrypto/jubjub"
version = "0.0.0"
[dependencies]