16 lines
450 B
TOML
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 }
|