chore: extract block execution errors (#8386)

This commit is contained in:
Matthias Seitz
2024-05-24 12:11:08 +02:00
committed by GitHub
parent 6df2b1c1e9
commit 9f61d1856f
17 changed files with 78 additions and 39 deletions

View File

@ -0,0 +1,18 @@
[package]
name = "reth-execution-errors"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
reth-consensus.workspace = true
reth-primitives.workspace = true
reth-storage-errors.workspace = true
thiserror.workspace = true