2025-04-09 16:22:26 +02:00

18 lines
487 B
TOML

[workspace]
members = ["evm/sequencer-node"]
resolver = "3"
[workspace.package]
edition = "2024"
[workspace.dependencies]
# Internal
evm-sequencer-node = { path = "evm/sequencer-node" }
# External
eyre = { version = "0.6" }
futures = { version = "0.3" }
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }
reth-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }
reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }