frost/Cargo.toml

15 lines
332 B
TOML
Raw Normal View History

2019-12-02 14:12:06 -08:00
[package]
name = "redjubjub-zebra"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
edition = "2018"
[dependencies]
2019-12-03 15:39:55 -08:00
rand_core = "0.5"
2019-12-02 21:36:47 -08:00
thiserror = "1.0"
2019-12-02 21:19:07 -08:00
blake2b_simd = "0.5"
2019-12-02 21:16:23 -08:00
jubjub = { git = "https://github.com/zkcrypto/jubjub", rev = "e83f7d2bd136498a27f9d943fea635d8682bf2c6" }
2019-12-02 21:32:38 -08:00
[features]
nightly = []