chore: make ethereum-node deps leaner (#12963)

This commit is contained in:
Matthias Seitz
2024-11-28 15:06:32 +01:00
committed by GitHub
parent 8589503a3b
commit 1210fd938d
8 changed files with 35 additions and 34 deletions

View File

@ -41,26 +41,32 @@ revm = { workspace = true, features = ["secp256k1", "blst", "c-kzg"] }
eyre.workspace = true
[dev-dependencies]
reth.workspace = true
reth-chainspec.workspace = true
reth-db.workspace = true
reth-exex.workspace = true
reth-node-api.workspace = true
reth-node-core.workspace = true
reth-payload-primitives.workspace = true
reth-e2e-test-utils.workspace = true
reth-rpc-eth-api.workspace = true
reth-tasks.workspace = true
futures.workspace = true
alloy-primitives.workspace = true
alloy-genesis.workspace = true
tokio.workspace = true
serde_json.workspace = true
alloy-consensus.workspace = true
alloy-provider.workspace = true
rand.workspace = true
alloy-genesis.workspace = true
alloy-signer.workspace = true
alloy-eips.workspace = true
alloy-sol-types.workspace = true
alloy-contract.workspace = true
alloy-rpc-types-beacon.workspace = true
alloy-rpc-types-engine.workspace = true
alloy-rpc-types-eth.workspace = true
futures.workspace = true
tokio.workspace = true
serde_json.workspace = true
rand.workspace = true
[features]
default = []