mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 20:11:22 +00:00
8 lines
161 B
TOML
8 lines
161 B
TOML
[package]
|
|
name = "boolean-bitfield"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
[dependencies]
|
|
ssz = { path = "../ssz" }
|
|
bit-vec = "0.5.0" |