Skip to content

Commit

Permalink
Fix lcli
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Nov 8, 2022
1 parent a082ba5 commit 5005dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lcli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edition = "2021"
[features]
portable = ["bls/supranational-portable"]
fake_crypto = ['bls/fake_crypto']
jemalloc = ["malloc_utils/jemalloc"]

[dependencies]
bls = { path = "../crypto/bls" }
Expand Down Expand Up @@ -40,3 +41,4 @@ eth2 = { path = "../common/eth2" }
snap = "1.0.1"
beacon_chain = { path = "../beacon_node/beacon_chain" }
store = { path = "../beacon_node/store" }
malloc_utils = { path = "../common/malloc_utils" }

0 comments on commit 5005dc3

Please sign in to comment.