chore: Replace reth-provider dependency for reth-eth-types with direct dependencies (#10175)

This commit is contained in:
Nikolai Golub
2024-08-07 20:05:19 +02:00
committed by GitHub
parent d191886c37
commit e199173dee
20 changed files with 57 additions and 49 deletions

View File

@ -13,12 +13,13 @@ workspace = true
[dependencies]
# reth
reth-chain-state.workspace = true
reth-chainspec.workspace = true
reth-eth-wire-types.workspace = true
reth-primitives = { workspace = true, features = ["c-kzg", "secp256k1"] }
reth-execution-types.workspace = true
reth-fs-util.workspace = true
reth-provider.workspace = true
reth-storage-api.workspace = true
reth-tasks.workspace = true
revm.workspace = true