feat: add PeersInfo::local_enr (#7539)

This commit is contained in:
Matthias Seitz
2024-04-10 16:38:57 +02:00
committed by GitHub
parent e50f942d47
commit 4b84b99351
5 changed files with 29 additions and 2 deletions

View File

@ -17,11 +17,13 @@ reth-primitives.workspace = true
reth-eth-wire.workspace = true
reth-rpc-types.workspace = true
reth-discv4.workspace = true
# io
serde = { workspace = true, features = ["derive"], optional = true }
# eth
enr = { workspace = true, default-features = false, features = ["rust-secp256k1"] }
# misc
thiserror.workspace = true
serde = { workspace = true, features = ["derive"], optional = true }
tokio = { workspace = true, features = ["sync"] }
[features]