Move reputation types from reth-network-api to reth-network-types (#9914)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Emilia Hane
2024-07-31 22:08:38 +02:00
committed by GitHub
parent 02d25304f9
commit 78703b5729
16 changed files with 144 additions and 133 deletions

View File

@ -13,11 +13,11 @@ workspace = true
[dependencies]
reth-primitives.workspace = true
reth-network-api.workspace = true
reth-eth-wire-types.workspace = true
reth-consensus.workspace = true
reth-network-peers.workspace = true
reth-storage-errors.workspace = true
reth-network-types.workspace = true
# async
futures.workspace = true