feat: move core rpc server types to standalone crate (#8515)

This commit is contained in:
Aurélien
2024-06-04 14:06:47 +02:00
committed by GitHub
parent adb3605845
commit 60f6657988
15 changed files with 93 additions and 46 deletions

View File

@ -19,6 +19,7 @@ reth-provider.workspace = true
reth-rpc.workspace = true
reth-rpc-api.workspace = true
reth-rpc-layer.workspace = true
reth-rpc-server-types.workspace = true
reth-tasks = { workspace = true, features = ["rayon"] }
reth-transaction-pool.workspace = true
reth-evm.workspace = true