Skip to content

Commit c43950a

Browse files
committed
[feat]: add ethereum-consensus
1 parent a35bc9b commit c43950a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ethereum-consensus"]
2+
path = ethereum-consensus
3+
url = git@github.com:ralexstokes/ethereum-consensus.git

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ futures = "0.3.28"
2121
ratatui = { version = "0.22.0", features = ["all-widgets"] }
2222
serde_json = "1.0.104"
2323
tokio = { version = "1.29.1", features = ["full"] }
24-
clap = { version = "4.3.23", features = ["derive"] }
24+
clap = { version = "4.5.3", features = ["derive"] }
2525
log = "0.4.20"
2626
simplelog = "0.12.1"
2727
serde = "1.0.189"
2828
url = "2.4.1"
2929
tempfile = "3.9.0"
3030
anyhow = "1.0.79"
31+
beacon-api-client = { path = "ethereum-consensus/beacon-api-client" }
32+
ethereum-consensus = { path = "ethereum-consensus/ethereum-consensus" }
3133

3234
[dependencies.crossterm]
3335
version = "0.26.1"

ethereum-consensus

Submodule ethereum-consensus added at a52eabf

0 commit comments

Comments
 (0)