mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(meta): manifest maintenance (#5353)
This commit is contained in:
@ -10,12 +10,12 @@ description = "A consensus impl for local testing purposes"
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-beacon-consensus = { path = "../beacon" }
|
||||
reth-beacon-consensus.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-stages = { path = "../../stages" }
|
||||
reth-revm = { path = "../../revm" }
|
||||
reth-stages.workspace = true
|
||||
reth-revm.workspace = true
|
||||
reth-transaction-pool.workspace = true
|
||||
|
||||
# async
|
||||
@ -26,12 +26,12 @@ tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-interfaces = { workspace = true, features = ["test-utils"] }
|
||||
reth = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
jsonrpsee = { workspace = true }
|
||||
eyre = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
reth.workspace = true
|
||||
tempfile.workspace = true
|
||||
clap.workspace = true
|
||||
jsonrpsee.workspace = true
|
||||
eyre.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
[features]
|
||||
# Included solely to ignore certain tests.
|
||||
|
||||
Reference in New Issue
Block a user