Files
nanoreth/crates/evm/execution-errors/Cargo.toml
2024-05-24 10:11:08 +00:00

19 lines
372 B
TOML

[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