Files
nanoreth/examples/network-proxy/Cargo.toml
2025-01-27 18:49:03 +00:00

15 lines
303 B
TOML

[package]
name = "example-network-proxy"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
reth-network.workspace = true
reth-chainspec.workspace = true
reth-tracing.workspace = true
futures.workspace = true
tokio.workspace = true
eyre.workspace = true