20 lines
654 B
TOML
Raw Permalink Normal View History

2025-05-16 17:11:59 +02:00
[workspace]
members = ["sequencer-node", "prover", "lightnode"]
resolver = "3"
[workspace.package]
edition = "2024"
[workspace.dependencies]
evm-sequencer-node = { path = "sequencer-node" }
evm-prover = { path = "prover" }
evm-lightnode = { path = "lightnode" }
# 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" }