Files
reth/examples/exex/minimal/Cargo.toml
2024-04-24 21:34:41 +00:00

20 lines
414 B
TOML

[package]
name = "exex-minimal"
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-core.workspace = true
reth-node-ethereum.workspace = true
reth-primitives.workspace = true
reth-tracing.workspace = true
eyre.workspace = true
tokio.workspace = true
futures.workspace = true