patchutils 0.1.0

Utilities for manipulating patch files
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "log"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"

[[package]]
name = "parsepatch"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c056f107e40038b8a19e5ff78ae6308ff0704dd36aaf4d1b1e0ec568f39543"
dependencies = [
 "log",
]

[[package]]
name = "patchutils"
version = "0.1.0"
dependencies = [
 "parsepatch",
]