ontoref-code/crates/ontoref-sync/Cargo.toml

17 lines
450 B
TOML
Raw Normal View History

[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 }