jubjub/Cargo.toml

14 lines
390 B
TOML
Raw Normal View History

2018-08-29 11:00:11 -07:00
[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"
2018-08-31 16:54:20 -07:00
[dependencies.byteorder]
version = "1"
default-features = false