chore: extract blockchaintree types to blockchain-tree-api crate (#8393)

This commit is contained in:
Matthias Seitz
2024-05-27 12:22:13 +02:00
committed by GitHub
parent 2d33c17bc0
commit 4dd2ad99f6
16 changed files with 98 additions and 78 deletions

View File

@ -12,8 +12,8 @@ workspace = true
[dependencies]
# reth
reth-blockchain-tree-api.workspace = true
reth-primitives.workspace = true
reth-interfaces.workspace = true
reth-storage-errors.workspace = true
reth-execution-errors.workspace = true
reth-db.workspace = true