Files
reth/examples/network-txpool/Cargo.toml
Andrzej Sulkowski 062b3d76b9 refactor: move network-txpool.rs example to its own folder (#7892)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-04-25 18:36:09 +00:00

14 lines
312 B
TOML

[package]
name = "network-txpool"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
reth-provider = { workspace = true, features = ["test-utils"] }
eyre.workspace = true
tokio.workspace = true
reth-network.workspace = true
reth-transaction-pool.workspace = true