Merge pull request #121 from dconnolly/organize-bitcrypto-deps

Sort dependencies in the manifest
This commit is contained in:
Deirdre Connolly 2019-06-03 17:12:42 -04:00 committed by GitHub
commit 7f14f51c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -6,16 +6,16 @@ authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
bellman = "0.1"
blake2-rfc = { git = "https://github.com/gtank/blake2-rfc.git", rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9" }
pairing = "0.14.2"
rust-crypto = { git = "https://github.com/nikvolf/rust-crypto", branch = "no-pad" }
sapling-crypto = { git = "https://github.com/zcash-hackworks/sapling-crypto.git", rev = "21084bde2019c04bd34208e63c3560fe2c02fb0e" }
serde_json = "1.0"
siphasher = "0.1.1"
primitives = { path = "../primitives" }
blake2b_simd = { git = "https://github.com/oconnor663/blake2b_simd.git" }
bn = { git = "https://github.com/paritytech/bn" }
ed25519-dalek = "1.0.0-pre.1"
lazy_static = "1.2.0"
pairing = "0.14.2"
primitives = { path = "../primitives" }
rust-crypto = { git = "https://github.com/nikvolf/rust-crypto", branch = "no-pad" }
rustc-hex = "2"
sapling-crypto = { git = "https://github.com/zcash-hackworks/sapling-crypto.git", rev = "21084bde2019c04bd34208e63c3560fe2c02fb0e" }
serde = "1.0"
serde_derive = "1.0"
rustc-hex = "2"
lazy_static = "1.2.0"
blake2b_simd = { git = "https://github.com/oconnor663/blake2b_simd.git" }
ed25519-dalek = "1.0.0-pre.1"
serde_json = "1.0"
siphasher = "0.1.1"