mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-11 00:08:13 -05:00
18 lines
407 B
TOML
18 lines
407 B
TOML
[package]
|
|
name = "example-beacon-api-sse"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-ethereum = { workspace = true, features = ["node", "cli"] }
|
|
|
|
alloy-rpc-types-beacon.workspace = true
|
|
|
|
clap.workspace = true
|
|
futures-util.workspace = true
|
|
mev-share-sse.workspace = true
|
|
tokio = { workspace = true, features = ["time"] }
|
|
tracing.workspace = true
|