chore: simplify workspace = true usage (#3930)

This commit is contained in:
Matthias Seitz
2023-07-26 17:21:09 +02:00
committed by GitHub
parent caa26833a5
commit 8cdb097829
39 changed files with 274 additions and 274 deletions

View File

@ -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]