[package]
name = "clankerdiff-protocol"
description = "Versioned machine-readable review protocol for Clankerdiff"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
clankerdiff-core = { version = "0.1.1", path = "../diff-core" }
clankerdiff-markdown = { version = "0.1.1", path = "../diff-markdown", features = ["review"] }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true