2025-04-07 15:00:33 +02:00
|
|
|
[workspace]
|
2025-04-16 10:33:37 +02:00
|
|
|
members = ["evm/processor", "evm/sequencer-node"]
|
2025-04-07 15:00:33 +02:00
|
|
|
resolver = "3"
|
|
|
|
|
|
|
|
|
|
[workspace.package]
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[workspace.dependencies]
|
|
|
|
|
# Internal
|
2025-04-16 10:33:37 +02:00
|
|
|
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" }
|
2025-04-09 16:22:26 +02:00
|
|
|
futures = { version = "0.3" }
|
2025-04-09 09:07:39 +02:00
|
|
|
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }
|
2025-04-09 16:22:26 +02:00
|
|
|
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" }
|
2025-04-09 16:22:26 +02:00
|
|
|
reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }
|