Files
nanoreth/crates/errors/Cargo.toml
2024-05-28 16:47:58 +00:00

22 lines
447 B
TOML

[package]
name = "reth-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-blockchain-tree-api.workspace = true
reth-consensus.workspace = true
reth-execution-errors.workspace = true
reth-fs-util.workspace = true
reth-storage-errors.workspace = true
# misc
thiserror.workspace = true