Add local in-memory pubsub

This commit is contained in:
Eric Wendland 2026-05-17 18:23:51 +02:00
commit 6c85a341b8
13 changed files with 246 additions and 14 deletions

3
Cargo.lock generated
View file

@ -1120,6 +1120,7 @@ dependencies = [
"geth-document",
"geth-keychain",
"geth-kv",
"geth-pubsub",
"geth-resource",
"geth-secrets",
"geth-ssh-identity",
@ -1221,6 +1222,7 @@ dependencies = [
"geth-iroh",
"geth-keychain",
"geth-kv",
"geth-pubsub",
"geth-resource",
"geth-secrets",
"geth-ssh-identity",
@ -1246,6 +1248,7 @@ version = "0.1.0"
dependencies = [
"geth-types",
"serde",
"thiserror 2.0.18",
]
[[package]]