feat: add engine2 binary (#9772)

This commit is contained in:
Matthias Seitz
2024-07-24 18:30:27 +02:00
committed by GitHub
parent d395df29fc
commit 079c648f57
3 changed files with 58 additions and 1 deletions

View File

@ -153,6 +153,10 @@ ethereum = []
name = "reth"
path = "src/main.rs"
[[bin]]
name = "engine2"
path = "src/engine2.rs"
[[bin]]
name = "op-reth"
path = "src/optimism.rs"