chore(meta): manifest maintenance (#5353)

This commit is contained in:
DaniPopes
2023-11-08 20:53:50 +01:00
committed by GitHub
parent c2a33191aa
commit e897764ad4
36 changed files with 247 additions and 246 deletions

View File

@ -11,13 +11,13 @@ description = "Helpers for configuring RPC"
[dependencies]
# reth
reth-primitives.workspace = true
reth-ipc = { path = "../ipc" }
reth-ipc.workspace = true
reth-interfaces.workspace = true
reth-network-api.workspace = true
reth-provider.workspace = true
reth-rpc = { path = "../rpc" }
reth-rpc-api = { path = "../rpc-api" }
reth-rpc-engine-api = { path = "../rpc-engine-api" }
reth-rpc.workspace = true
reth-rpc-api.workspace = true
reth-rpc-engine-api.workspace = true
reth-rpc-types.workspace = true
reth-tasks.workspace = true
reth-transaction-pool.workspace = true
@ -41,12 +41,12 @@ tracing.workspace = true
[dev-dependencies]
reth-tracing.workspace = true
reth-rpc-api = { path = "../rpc-api", features = ["client"] }
reth-rpc-api = { workspace = true, features = ["client"] }
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-network-api.workspace = true
reth-interfaces = { workspace = true, features = ["test-utils"] }
reth-beacon-consensus = { path = "../../consensus/beacon" }
reth-beacon-consensus.workspace = true
reth-payload-builder = { workspace = true, features = ["test-utils"] }
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }