Store documents as Automerge state

This commit is contained in:
Eric Wendland 2026-05-22 14:54:00 +02:00
commit b01da7be4b
9 changed files with 490 additions and 73 deletions

View file

@ -36,6 +36,7 @@ rust-version = "1.85"
[workspace.dependencies]
anyhow = "1"
async-trait = "0.1"
automerge = "0.7"
base64 = "0.22"
blake3 = "1"
bytes = "1"
@ -44,6 +45,7 @@ directories = "5"
ed25519-dalek = { version = "2", features = ["rand_core"] }
futures = "0.3"
hex = "0.4"
hexane = "=0.1.5"
iroh = { version = "0.90.0", features = ["discovery-local-network"] }
n0-watcher = "0.2"
postcard = { version = "1", features = ["alloc"] }