mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
29 lines
603 B
TOML
29 lines
603 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
|
|
reth-consensus.workspace = true
|
|
reth-storage-errors.workspace = true
|
|
reth-prune-types.workspace = true
|
|
|
|
alloy-primitives.workspace = true
|
|
alloy-rlp.workspace = true
|
|
alloy-eips.workspace = true
|
|
revm-primitives.workspace = true
|
|
|
|
thiserror-no-std = { workspace = true, default-features = false }
|
|
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["thiserror-no-std/std"] |