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,16 +12,16 @@ repository.workspace = true
|
||||
ef-tests = []
|
||||
|
||||
[dependencies]
|
||||
reth-primitives = { workspace = true }
|
||||
reth-primitives.workspace = true
|
||||
reth-db = { path = "../../crates/storage/db", features = ["mdbx", "test-utils"] }
|
||||
reth-provider = { workspace = true }
|
||||
reth-provider.workspace = true
|
||||
reth-stages = { path = "../../crates/stages" }
|
||||
reth-rlp = { workspace = true }
|
||||
reth-interfaces = { workspace = true }
|
||||
reth-rlp.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
reth-revm = { path = "../../crates/revm" }
|
||||
tokio = "1.28.1"
|
||||
walkdir = "2.3.3"
|
||||
serde = "1.0.163"
|
||||
serde_json = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
serde_bytes = "0.11.9"
|
||||
Reference in New Issue
Block a user