lighthouse/eth2/utils/hashing/Cargo.toml
2019-01-25 16:47:24 +11:00

10 lines
174 B
TOML

[package]
name = "hashing"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
tiny-keccak = "1.4.2"
ssz = { path = "../ssz" }