mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
12 lines
272 B
TOML
12 lines
272 B
TOML
[package]
|
|
name = "txpool-tracing"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth.workspace = true
|
|
reth-node-ethereum.workspace = true
|
|
clap = { workspace = true, features = ["derive"] }
|
|
futures-util.workspace = true |