mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-11 00:08:13 -05:00
16 lines
431 B
TOML
16 lines
431 B
TOML
[package]
|
|
name = "example-custom-inspector"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-ethereum = { workspace = true, features = ["node", "evm", "pool", "cli"] }
|
|
alloy-rpc-types-eth.workspace = true
|
|
clap = { workspace = true, features = ["derive"] }
|
|
futures-util.workspace = true
|
|
alloy-evm.workspace = true
|
|
alloy-primitives.workspace = true
|
|
alloy-eips.workspace = true
|