matchpick 0.2.1

Find and replace multi-lines using a match-case
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "matchpick"
description = "Find and replace multi-lines using a match-case"
version = "0.2.1"
edition = "2021"
license = "Unlicense"
repository = "https://github.com/ArielHorwitz/matchpick"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["derive"] }