mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 23:42:13 +00:00
5e1a2f9d3f
This crate will contain all chain history logic.
15 lines
274 B
TOML
15 lines
274 B
TOML
[package]
|
|
name = "zcash_history"
|
|
version = "0.0.1"
|
|
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" }
|