chore(storage-api): reduce dependence on reth-db (#14539)

This commit is contained in:
DaniPopes
2025-02-17 17:52:09 +01:00
committed by GitHub
parent f17e701364
commit ea0a96a926
9 changed files with 10 additions and 12 deletions

View File

@ -14,7 +14,6 @@ workspace = true
[dependencies]
# reth
reth-chainspec.workspace = true
reth-db-models.workspace = true
reth-db-api.workspace = true
reth-execution-types.workspace = true
reth-primitives-traits.workspace = true