mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 07:42:15 +00:00
16 lines
351 B
TOML
16 lines
351 B
TOML
[package]
|
|
name = "zcash-mmr"
|
|
version = "0.1.0"
|
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.3.0"
|
|
quickcheck = "0.8"
|
|
|
|
[dependencies]
|
|
derive_more = "0.15"
|
|
bigint = "4"
|
|
byteorder = "1"
|
|
blake2-rfc = { git = "https://github.com/gtank/blake2-rfc.git", rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9" }
|