16 lines
332 B
TOML
16 lines
332 B
TOML
[package]
|
|
name = "zebra-chain"
|
|
version = "0.1.0"
|
|
authors = ["Zcash Foundation <zebra@zfnd.org>"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
thiserror = "1"
|
|
byteorder = "1.3"
|
|
chrono = "0.4"
|
|
hex = "0.4"
|
|
sha2 = "0.8"
|