chore: import codecs directly (#8385)

This commit is contained in:
Matthias Seitz
2024-05-24 11:41:48 +02:00
committed by GitHub
parent 05fddd3454
commit 76d7f4e1b9
9 changed files with 9 additions and 8 deletions

View File

@@ -216,6 +216,7 @@ reth-beacon-consensus = { path = "crates/consensus/beacon" }
reth-blockchain-tree = { path = "crates/blockchain-tree" }
reth-cli-runner = { path = "crates/cli/runner" }
reth-codecs = { path = "crates/storage/codecs" }
reth-codecs-derive = { path = "crates/storage/codecs/derive" }
reth-config = { path = "crates/config" }
reth-consensus = { path = "crates/consensus/consensus" }
reth-consensus-common = { path = "crates/consensus/common" }