lziff-github 0.1.3

GitHub backend for lziff. Future plugin candidate; stays compile-time isolated from the lziff body.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lziff-github"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "GitHub backend for lziff. Future plugin candidate; stays compile-time isolated from the lziff body."
keywords = ["diff", "git", "github", "review", "tui"]
categories = ["development-tools"]

[dependencies]
anyhow = { workspace = true }
serde = { workspace = true }
serde_json = "1"
review-protocol = { workspace = true }