feature: eth-wire types standalone crate (#7373)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
0xAtreides
2024-04-01 18:29:15 +01:00
committed by GitHub
parent 9e55ba6d13
commit 1ad13b95d8
21 changed files with 237 additions and 81 deletions

View File

@ -19,6 +19,7 @@ reth-ecies.workspace = true
alloy-rlp = { workspace = true, features = ["derive"] }
alloy-chains = { workspace = true, features = ["serde", "rlp", "arbitrary"] }
reth-discv4.workspace = true
reth-eth-wire-types.workspace = true
# metrics
reth-metrics.workspace = true