Wire KV sync through iroh-docs
This commit is contained in:
parent
72f28224ce
commit
59c463eb40
9 changed files with 406 additions and 47 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -1599,6 +1599,7 @@ name = "geth-node"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"futures",
|
||||
"geth-auth",
|
||||
"geth-cas",
|
||||
"geth-codec",
|
||||
|
|
@ -1622,6 +1623,8 @@ dependencies = [
|
|||
"hex",
|
||||
"iroh",
|
||||
"iroh-blobs",
|
||||
"iroh-docs",
|
||||
"iroh-gossip",
|
||||
"rusqlite",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
|||
Loading…
Reference in a new issue