Add peer card discovery scaffold

This commit is contained in:
Eric Wendland 2026-05-16 14:24:21 +02:00
commit 81149605bc
11 changed files with 271 additions and 15 deletions

2
Cargo.lock generated
View file

@ -1032,6 +1032,7 @@ dependencies = [
"geth-config",
"geth-control",
"geth-node",
"geth-store",
"tempfile",
"tokio",
"tracing-subscriber",
@ -1134,6 +1135,7 @@ version = "0.1.0"
dependencies = [
"geth-types",
"serde",
"thiserror 2.0.18",
]
[[package]]