quick-replace 0.1.0

Quick, lightweight find and replace tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "quick-replace"
version = "0.1.0"
description = "Quick, lightweight find and replace tool."
repository = "https://github.com/acaala/qrep"
categories = ["command-line-interface"]
edition = "2021"
license = "MIT"
keywords = ["cli", "find", "replace", "quick", "lightweight"]

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

[dependencies]
clap = { version = "4.2.1", features = ["derive"] }
indicatif = "0.17.3"
zip = "0.6.4"