ontoref-code/crates/ontoref-sync/Cargo.toml
2026-07-10 01:44:59 +01:00

16 lines
450 B
TOML

[package]
name = "ontoref-sync"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Pluggable P2P sync transport and per-domain CRDT merge strategies (ADR-027)."
[dependencies]
ontoref-types = { path = "../ontoref-types" }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }