matchpick 0.2.1

Find and replace multi-lines using a match-case
Documentation
[[bin]]
name = "matchpick"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.79"

[dependencies.clap]
features = ["derive"]
version = "4.4.18"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Find and replace multi-lines using a match-case"
edition = "2021"
license = "Unlicense"
name = "matchpick"
readme = "README.md"
repository = "https://github.com/ArielHorwitz/matchpick"
version = "0.2.1"

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