chore: flatten node-api dep (#7682)

This commit is contained in:
Matthias Seitz
2024-04-16 18:20:42 +02:00
committed by GitHub
parent 566480b472
commit fb3f6f1559
21 changed files with 41 additions and 31 deletions

View File

@ -20,7 +20,8 @@ reth-rpc.workspace = true
reth-rpc-api.workspace = true
reth-tasks = { workspace = true, features = ["rayon"] }
reth-transaction-pool.workspace = true
reth-node-api.workspace = true
reth-evm.workspace = true
reth-engine-primitives.workspace = true
# rpc/net
jsonrpsee = { workspace = true, features = ["server"] }