mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Heavily restructure repo
Separate most modules into crates
This commit is contained in:
7
beacon_chain/utils/boolean-bitfield/Cargo.toml
Normal file
7
beacon_chain/utils/boolean-bitfield/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "boolean-bitfield"
|
||||
version = "0.1.0"
|
||||
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
||||
|
||||
[dependencies]
|
||||
ssz = { path = "../ssz" }
|
||||
Reference in New Issue
Block a user