mk-findandreplace 0.1.0

simple find and replace cli
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mk-findandreplace"
description = "simple find and replace cli"
license = "MIT"
version = "0.1.0"
edition = "2021"

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

[dependencies]
clap = { version = "4.0.22", features = ["derive"] }
glob = "0.3.0"
serde = { version = "1.0.147", features = ["serde_derive"] }
serde_yaml = "0.9.14"