mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor(net): unify capability types (#168)
* refactor(net): unify capability types * refactor(net): unify capability types
This commit is contained in:
@ -15,7 +15,7 @@ thiserror = "1"
|
||||
# reth
|
||||
reth-ecies = { path = "../ecies" }
|
||||
reth-primitives = { path = "../../primitives" }
|
||||
reth-rlp = { path = "../../common/rlp", features = ["alloc", "derive", "std", "ethereum-types"] }
|
||||
reth-rlp = { path = "../../common/rlp", features = ["alloc", "derive", "std", "ethereum-types", "smol_str"] }
|
||||
|
||||
#used for forkid
|
||||
crc = "1"
|
||||
@ -29,6 +29,7 @@ pin-project = "1.0"
|
||||
pin-utils = "0.1.0"
|
||||
tracing = "0.1.37"
|
||||
snap = "1.0.5"
|
||||
smol_str = { version = "0.1", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user