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:
@ -12,13 +12,13 @@ Reth RPC testing helpers
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-primitives = { workspace = true }
|
||||
reth-rpc-types = { workspace = true }
|
||||
reth-primitives.workspace = true
|
||||
reth-rpc-types.workspace = true
|
||||
reth-rpc-api = { path = "../rpc-api", default-features = false, features = ["client"] }
|
||||
|
||||
# async
|
||||
async-trait = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
async-trait.workspace = true
|
||||
futures.workspace = true
|
||||
|
||||
# misc
|
||||
jsonrpsee = { version = "0.18", features = ["client", "async-client"] }
|
||||
|
||||
Reference in New Issue
Block a user