mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: simplify workspace = true usage (#3930)
This commit is contained in:
@ -10,22 +10,22 @@ description = "A basic payload builder for reth that uses the txpool API to buil
|
||||
|
||||
[dependencies]
|
||||
## reth
|
||||
reth-primitives = { workspace = true }
|
||||
reth-primitives.workspace = true
|
||||
reth-revm = { path = "../../revm" }
|
||||
reth-transaction-pool = { workspace = true }
|
||||
reth-rlp = { workspace = true }
|
||||
reth-provider = { workspace = true }
|
||||
reth-payload-builder = { workspace = true }
|
||||
reth-tasks = { workspace = true }
|
||||
reth-metrics = { workspace = true }
|
||||
reth-transaction-pool.workspace = true
|
||||
reth-rlp.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-payload-builder.workspace = true
|
||||
reth-tasks.workspace = true
|
||||
reth-metrics.workspace = true
|
||||
|
||||
## ethereum
|
||||
revm = { workspace = true }
|
||||
revm.workspace = true
|
||||
|
||||
## async
|
||||
tokio = { workspace = true, features = ["sync", "time"] }
|
||||
futures-core = "0.3"
|
||||
futures-util = { workspace = true }
|
||||
futures-util.workspace = true
|
||||
|
||||
## misc
|
||||
tracing = { workspace = true }
|
||||
tracing.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user