mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
12 lines
282 B
TOML
12 lines
282 B
TOML
[package]
|
|
name = "example-network-txpool"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-ethereum = { workspace = true, features = ["test-utils", "network", "pool", "provider"] }
|
|
eyre.workspace = true
|
|
tokio.workspace = true
|