Files
reth/examples/network-proxy/Cargo.toml
2026-04-28 21:29:19 +00:00

15 lines
332 B
TOML

[package]
name = "example-network-proxy"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
reth-ethereum = { workspace = true, features = ["network"] }
reth-metrics.workspace = true
reth-tracing.workspace = true
futures.workspace = true
tokio.workspace = true
eyre.workspace = true