mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: re-export used deps from reth-codecs (#13167)
This commit is contained in:
@ -26,7 +26,7 @@ op-alloy-consensus = { workspace = true, optional = true }
|
||||
|
||||
# misc
|
||||
bytes.workspace = true
|
||||
modular-bitfield = { workspace = true, optional = true }
|
||||
modular-bitfield.workspace = true
|
||||
visibility = { version = "0.1.1", optional = true}
|
||||
serde.workspace = true
|
||||
arbitrary = { workspace = true, features = ["derive"], optional = true }
|
||||
@ -65,7 +65,6 @@ alloy = [
|
||||
"dep:alloy-consensus",
|
||||
"dep:alloy-eips",
|
||||
"dep:alloy-genesis",
|
||||
"dep:modular-bitfield",
|
||||
"dep:alloy-trie",
|
||||
]
|
||||
op = ["alloy", "dep:op-alloy-consensus"]
|
||||
|
||||
Reference in New Issue
Block a user