mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
19 lines
459 B
TOML
19 lines
459 B
TOML
[package]
|
|
name = "example-precompile-cache"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-ethereum = { workspace = true, features = ["test-utils", "evm", "node-api", "node"] }
|
|
reth-tracing.workspace = true
|
|
alloy-evm.workspace = true
|
|
alloy-genesis.workspace = true
|
|
alloy-primitives.workspace = true
|
|
|
|
eyre.workspace = true
|
|
parking_lot.workspace = true
|
|
schnellru.workspace = true
|
|
tokio.workspace = true
|