Files
nanoreth/crates/blockchain-tree-api/Cargo.toml
2024-09-17 09:51:11 +00:00

24 lines
464 B
TOML

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