lighthouse/eth2/utils/boolean-bitfield/Cargo.toml
2019-04-16 14:14:38 +10:00

14 lines
290 B
TOML

[package]
name = "boolean-bitfield"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
serde_hex = { path = "../serde_hex" }
ssz = { path = "../ssz" }
bit-vec = "0.5.0"
serde = "1.0"
serde_derive = "1.0"
tree_hash = { path = "../tree_hash" }