zebra/zebra-chain/Cargo.toml

15 lines
353 B
TOML

[package]
name = "zebra-chain"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "1.3"
chrono = "0.4"
failure = "0.1"
#hex = "0.4" This conflicts with tracing-subscriber?
sha2 = "0.8"