shrink-conflicts 0.1.0

Tries to minimise diff3-style git conflicts
Documentation
[[bin]]
name = "shrink-conflicts"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.68"

[dependencies.bpaf]
features = ["derive", "color"]
version = "0.7.7"

[dependencies.memchr]
version = "2.5.0"

[lib]
name = "shrink_conflicts"
path = "src/lib.rs"

[package]
authors = ["Alex Sayers <alex@asayers.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tries to minimise diff3-style git conflicts"
edition = "2021"
license = "Unlicense"
name = "shrink-conflicts"
readme = "README.md"
repository = "https://github.com/asayers/shrink-conflicts"
version = "0.1.0"

[[test]]
name = "unit"
path = "tests/unit.rs"