mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
19 lines
433 B
TOML
19 lines
433 B
TOML
[package]
|
|
name = "example-beacon-api-sse"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth.workspace = true
|
|
reth-node-ethereum.workspace = true
|
|
|
|
alloy-rpc-types-beacon.workspace = true
|
|
|
|
clap.workspace = true
|
|
futures-util.workspace = true
|
|
mev-share-sse = { version = "0.4.0", default-features = false }
|
|
tokio = { workspace = true, features = ["time"] }
|
|
tracing.workspace = true
|