mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Heavily restructure repo
Separate most modules into crates
This commit is contained in:
7
beacon_chain/utils/ssz_helpers/src/lib.rs
Normal file
7
beacon_chain/utils/ssz_helpers/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
extern crate bls;
|
||||
extern crate hashing;
|
||||
extern crate types;
|
||||
extern crate ssz;
|
||||
|
||||
pub mod attestation_ssz_splitter;
|
||||
pub mod ssz_block;
|
||||
Reference in New Issue
Block a user