[package]
edition = "2021"
name = "lziff-github"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitHub backend for lziff. Future plugin candidate; stays compile-time isolated from the lziff body."
homepage = "https://github.com/KikuchiTomo/lziff"
readme = false
keywords = [
"diff",
"git",
"github",
"review",
"tui",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/KikuchiTomo/lziff"
[lib]
name = "lziff_github"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.review-protocol]
version = "0.1.2"
package = "lziff-review-protocol"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"