feat(discv4): neighbors packet logging (#12042)

Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
This commit is contained in:
Kufre Samuel
2024-10-29 22:24:35 +01:00
committed by GitHub
parent 82784183e7
commit 734c78fdfb
3 changed files with 14 additions and 1 deletions

View File

@ -42,6 +42,7 @@ parking_lot.workspace = true
rand = { workspace = true, optional = true }
generic-array.workspace = true
serde = { workspace = true, optional = true }
itertools.workspace = true
[dev-dependencies]
assert_matches.workspace = true