mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): move some deps to workspace (#5020)
This commit is contained in:
@ -22,7 +22,7 @@ reth-network.workspace = true
|
||||
reth-transaction-pool.workspace = true
|
||||
reth-tasks.workspace = true
|
||||
|
||||
eyre = "0.6.8"
|
||||
eyre.workspace = true
|
||||
futures.workspace = true
|
||||
async-trait.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
@ -11,7 +11,7 @@ reth-transaction-pool.workspace = true
|
||||
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
jsonrpsee = { workspace = true, features = ["server", "macros"] }
|
||||
eyre = "0.6"
|
||||
eyre.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tokio.workspace = true
|
||||
|
||||
@ -8,4 +8,4 @@ license.workspace = true
|
||||
[dependencies]
|
||||
reth.workspace = true
|
||||
clap.workspace = true
|
||||
eyre = "0.6"
|
||||
eyre.workspace = true
|
||||
|
||||
@ -6,8 +6,8 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
once_cell = "1.17.0"
|
||||
eyre = "0.6.8"
|
||||
once_cell.workspace = true
|
||||
eyre.workspace = true
|
||||
|
||||
reth-primitives.workspace = true
|
||||
reth-network.workspace = true
|
||||
|
||||
@ -10,4 +10,4 @@ futures.workspace = true
|
||||
jsonrpsee.workspace = true
|
||||
reth.workspace = true
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
eyre = "0.6.8"
|
||||
eyre.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user