Add local pipe registry commands
This commit is contained in:
parent
677945073b
commit
c991825127
13 changed files with 235 additions and 14 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -1120,6 +1120,7 @@ dependencies = [
|
|||
"geth-document",
|
||||
"geth-keychain",
|
||||
"geth-kv",
|
||||
"geth-pipe",
|
||||
"geth-pubsub",
|
||||
"geth-resource",
|
||||
"geth-secrets",
|
||||
|
|
@ -1223,6 +1224,7 @@ dependencies = [
|
|||
"geth-iroh",
|
||||
"geth-keychain",
|
||||
"geth-kv",
|
||||
"geth-pipe",
|
||||
"geth-pubsub",
|
||||
"geth-resource",
|
||||
"geth-secrets",
|
||||
|
|
@ -1241,6 +1243,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"geth-types",
|
||||
"serde",
|
||||
"thiserror 2.0.18",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue