lighthouse/eth2/utils/boolean-bitfield/Cargo.toml

12 lines
214 B
TOML
Raw Normal View History

2018-08-23 05:20:10 +00:00
[package]
name = "boolean-bitfield"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
2018-08-23 05:20:10 +00:00
[dependencies]
ssz = { path = "../ssz" }
bit-vec = "0.5.0"
2019-01-25 21:25:31 +00:00
serde = "1.0"
serde_derive = "1.0"