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