diffguard-diff 0.2.0

Unified diff parser for diffguard
Documentation
[package]
name = "diffguard-diff"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
description = "Unified diff parser for diffguard"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/diffguard-diff"
keywords.workspace = true
categories.workspace = true
readme = "README.md"
[dependencies]
anyhow.workspace = true
thiserror.workspace = true

diffguard-types = { version = "0.2", path = "../diffguard-types" }

[dev-dependencies]
insta.workspace = true
proptest.workspace = true