gpp-sync 0.1.0

gpp CRDT-based P2P sync (Noise transport)
Documentation
[package]
name = "gpp-sync"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "gpp CRDT-based P2P sync (Noise transport)"

[dependencies]
gpp-core = { path = "../gpp-core", version = "0.1.0" }
gpp-history = { path = "../gpp-history", version = "0.1.0" }
gpp-graphex = { path = "../gpp-graphex", version = "0.1.0" }
snow.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true

[dev-dependencies]
tempfile.workspace = true