patchlib 0.0.3

Tooling for working with patch files
Documentation
[package]
name = "patchlib"
version = "0.0.3"
authors = ["Timo Neyer <timo@ney3r.com>"]
license = "MIT"
description = "Tooling for working with patch files"
documentation = "https://docs.rs/diffutil"
repository = "https://codeberg.org/sfe/diffutil"
homepage = "https://codeberg.org/sfe/diffutil"
readme = "README.md"
keywords = ["patch", "diff"]
categories = ["text-processing"]
edition = "2024"

[dependencies]
clap = { version = "4.5.57", features = ["derive"] }
env_logger = "0.11.8"
regex = "1.12.3"
log = "0.4.29"
serde = { version = "1.0.228", features = ["derive"] }