mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 07:42:15 +00:00
18 lines
365 B
TOML
18 lines
365 B
TOML
[package]
|
|
name = "zcash_primitives"
|
|
version = "0.0.0"
|
|
authors = [
|
|
"Jack Grigg <jack@z.cash>",
|
|
]
|
|
|
|
[dependencies]
|
|
byteorder = "1"
|
|
lazy_static = "1"
|
|
pairing = { path = "../pairing" }
|
|
rand = "0.4"
|
|
sapling-crypto = { path = "../sapling-crypto" }
|
|
|
|
[dependencies.blake2-rfc]
|
|
git = "https://github.com/gtank/blake2-rfc"
|
|
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
|