pirate-librustzcash/Cargo.toml

14 lines
235 B
TOML
Raw Normal View History

2019-08-20 15:05:14 +00:00
[package]
name = "zcash-mmr"
version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
edition = "2018"
2019-08-22 14:43:03 +00:00
[dev-dependencies]
assert_matches = "1.3.0"
2019-09-03 09:52:50 +00:00
quickcheck = "0.8"
[dependencies]
2019-09-03 14:22:21 +00:00
derive_more = "0.15"
bigint = "4"
byteorder = "1"