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,16 +10,16 @@ description = "Network interfaces"
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-primitives = { workspace = true }
|
||||
reth-primitives.workspace = true
|
||||
reth-eth-wire = { path = "../eth-wire" }
|
||||
reth-rpc-types = { workspace = true }
|
||||
reth-rpc-types.workspace = true
|
||||
|
||||
# io
|
||||
serde = { workspace = true, features = ["derive"], optional = true }
|
||||
|
||||
# misc
|
||||
async-trait = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
async-trait.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio = { workspace = true, features = ["sync"] }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user