word_replace 0.0.2

word replacement tool for a text file with toml-based dictionary
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "word_replace"
version = "0.0.2"
authors = ["Rinthel Kwon<rinthel@gmail.com>"]

exclude = ["example"]
description = "word replacement tool for a text file with toml-based dictionary"
repository = "https://github.com/rinthel/word_replace.git"
readme = "README.md"
keywords = ["word", "replace", "dictionary"]
categories = ["text-processing"]
license = "MIT"

[dependencies]
clap = "2.26"
toml = "0.4"
regex = "0.2"