Add missing beacon API eventstream-types (#5200)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Aditya Pandey
2023-10-31 23:55:35 +05:30
committed by GitHub
parent 3ed8e43aed
commit e0276d278f
7 changed files with 526 additions and 71 deletions

View File

@ -9,6 +9,8 @@ license.workspace = true
reth.workspace = true
eyre.workspace = true
clap.workspace = true
serde.workspace = true
serde_json.workspace = true
tracing.workspace = true
futures-util.workspace = true
tokio = { workspace = true, features = ["time"] }