Files
nanoreth/examples/exex/in-memory-state/Cargo.toml
Alexey Shekhirin 830a1f56db example(exex): tests for In Memory State (#8682)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-06-11 13:00:46 +00:00

22 lines
427 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
[dev-dependencies]
reth-exex-test-utils.workspace = true
reth-testing-utils.workspace = true
tokio.workspace = true