mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
23 lines
405 B
TOML
23 lines
405 B
TOML
[package]
|
|
name = "reth-storage-errors"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
alloy-rlp.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-fs-util.workspace = true
|
|
|
|
# misc
|
|
derive_more.workspace = true
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = [] |