Wire keychain status to local keychain ops

This commit is contained in:
Eric Wendland 2026-05-16 16:34:20 +02:00
commit 99f6dee26f
12 changed files with 191 additions and 20 deletions

2
Cargo.lock generated
View file

@ -1115,6 +1115,7 @@ name = "geth-control"
version = "0.1.0"
dependencies = [
"geth-auth",
"geth-keychain",
"geth-resource",
"geth-ssh-identity",
"geth-types",
@ -1205,6 +1206,7 @@ dependencies = [
"geth-control",
"geth-crypto",
"geth-iroh",
"geth-keychain",
"geth-resource",
"geth-ssh-identity",
"geth-store",