mtplatx-doc-diff 0.0.2

Semantic tree diff: Document -> Patch<Operation>.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mtplatx-doc-diff"
version = "0.0.2"
readme = "README.md"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Semantic tree diff: Document -> Patch<Operation>."

[dependencies]
mtplatx-doc-core = { workspace = true }
mtplatx-doc-diagnostics = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }