mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-07 06:44:11 +00:00
15 lines
270 B
TOML
15 lines
270 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]
|
|
bigint = "4"
|
|
byteorder = "1"
|
|
blake2 = { package = "blake2b_simd", version = "0.5" }
|