Add local in-memory pubsub
This commit is contained in:
parent
d072843cac
commit
6c85a341b8
13 changed files with 246 additions and 14 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue