mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-31 10:08:13 -05:00
12 lines
279 B
TOML
12 lines
279 B
TOML
[package]
|
|
name = "trace-transaction-cli"
|
|
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 |