chore: move revm-inspectors to a separate repo (#5992)

This commit is contained in:
DaniPopes
2024-01-09 22:33:45 +01:00
committed by GitHub
parent 0efbf893e3
commit 19f481006b
28 changed files with 40 additions and 5134 deletions

View File

@ -16,11 +16,11 @@ workspace = true
reth-primitives.workspace = true
reth-interfaces.workspace = true
reth-provider.workspace = true
reth-revm-inspectors.workspace = true
reth-consensus-common.workspace = true
# revm
revm.workspace = true
revm-inspectors.workspace = true
# common
tracing.workspace = true
@ -35,3 +35,4 @@ optimism = [
"reth-consensus-common/optimism",
"reth-interfaces/optimism",
]
js-tracer = ["revm-inspectors/js-tracer"]