mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 20:41:22 +00:00
11 lines
196 B
TOML
11 lines
196 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"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.5.5" |