Files
nanoreth/examples/custom-inspector/Cargo.toml
Arsenii Kulikov 336c3d1fac feat: alloy-evm and new revm integration (#14021)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: rakita <rakita@users.noreply.github.com>
2025-02-17 19:59:23 +00:00

18 lines
435 B
TOML

[package]
name = "example-custom-inspector"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
reth.workspace = true
reth-evm.workspace = true
reth-node-ethereum.workspace = true
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