mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Fix lcli
This commit is contained in:
@@ -8,6 +8,7 @@ edition = "2021"
|
|||||||
[features]
|
[features]
|
||||||
portable = ["bls/supranational-portable"]
|
portable = ["bls/supranational-portable"]
|
||||||
fake_crypto = ['bls/fake_crypto']
|
fake_crypto = ['bls/fake_crypto']
|
||||||
|
jemalloc = ["malloc_utils/jemalloc"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bls = { path = "../crypto/bls" }
|
bls = { path = "../crypto/bls" }
|
||||||
@@ -40,3 +41,4 @@ eth2 = { path = "../common/eth2" }
|
|||||||
snap = "1.0.1"
|
snap = "1.0.1"
|
||||||
beacon_chain = { path = "../beacon_node/beacon_chain" }
|
beacon_chain = { path = "../beacon_node/beacon_chain" }
|
||||||
store = { path = "../beacon_node/store" }
|
store = { path = "../beacon_node/store" }
|
||||||
|
malloc_utils = { path = "../common/malloc_utils" }
|
||||||
|
|||||||
Reference in New Issue
Block a user