Antonio Antonino 5c5ef74c73
Add aggregator
2025-04-10 09:08:02 +02:00

20 lines
641 B
TOML

[workspace]
members = ["evm/aggregator", "evm/sequencer-node"]
resolver = "3"
[workspace.package]
edition = "2024"
[workspace.dependencies]
# Internal
evm-aggregator = { path = "evm/aggregator" }
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-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }
reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.8" }