Files
reth/examples/network-proxy/Cargo.toml
2025-04-10 05:34:11 +00:00

14 lines
302 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-tracing.workspace = true
futures.workspace = true
tokio.workspace = true
eyre.workspace = true