20 lines
638 B
TOML
Raw Permalink Normal View History

2025-04-07 15:00:33 +02:00
[workspace]
members = ["evm/processor", "evm/sequencer-node"]
2025-04-07 15:00:33 +02:00
resolver = "3"
[workspace.package]
edition = "2024"
[workspace.dependencies]
# Internal
evm-processor = { path = "evm/processor" }
2025-04-09 13:06:47 +02:00
evm-sequencer-node = { path = "evm/sequencer-node" }
2025-04-07 15:00:33 +02:00
# External
2025-04-09 10:13:25 +02:00
eyre = { version = "0.6" }
futures = { version = "0.3" }
2025-04-09 09:07:39 +02:00
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }
reth-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }
2025-04-10 09:08:02 +02:00
reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }
reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }