mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Amp <amp@ampcode.com>
15 lines
332 B
TOML
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
|