mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Persistent beacon state (consensus/types)
This commit is contained in:
@@ -43,7 +43,9 @@ regex = "1.3.9"
|
||||
lazy_static = "1.4.0"
|
||||
parking_lot = "0.11.1"
|
||||
itertools = "0.10.0"
|
||||
superstruct = "0.2.0"
|
||||
# superstruct = "0.2.0"
|
||||
superstruct = { path = "../../../superstruct" }
|
||||
milhouse = { path = "../../../milhouse", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.3"
|
||||
|
||||
Reference in New Issue
Block a user