mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
16 lines
309 B
TOML
16 lines
309 B
TOML
[package]
|
|
name = "exex-in-memory-state"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth.workspace = true
|
|
reth-exex.workspace = true
|
|
reth-node-api.workspace = true
|
|
reth-node-ethereum.workspace = true
|
|
reth-tracing.workspace = true
|
|
|
|
eyre.workspace = true
|