clankerdiff-protocol 0.1.1

Versioned machine-readable review protocol for Clankerdiff
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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