Extract layers module from rpc crate (#8163)

Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
This commit is contained in:
Rupam Dey
2024-05-11 19:11:41 +05:30
committed by GitHub
parent bab96bedbc
commit e20cb91827
24 changed files with 352 additions and 289 deletions

View File

@ -16,6 +16,7 @@ reth-node-ethereum.workspace = true
reth-tracing.workspace = true
reth-db.workspace = true
reth-rpc.workspace = true
reth-rpc-layer.workspace = true
reth-payload-builder = { workspace = true, features = ["test-utils"] }
reth-provider.workspace = true
reth-node-builder.workspace = true