mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-25 21:17:17 +00:00
13 lines
252 B
TOML
13 lines
252 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"
|