blob: 0a8bf1de718cac1c8ef81d1f6a7b259221348b66 (
plain) (
tree)
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
[package]
name = "wolfree_sed_in_place"
version = "2023.8.31"
authors = [
"See the commit history of the Git repositories.",
"https://git.kiwifarms.net/wolfree",
]
categories = [
"command-line-utilities",
"development-tools::build-utils",
"web-programming",
"template-engine",
]
edition = "2021"
keywords = ["rust", "search", "replace", "regular expressions", "regex", "file"]
license = "AGPL-3.0-or-later"
readme = "README.md"
repository = "https://git.kiwifarms.net/wolfree"
description = "Perform in-place search and replaces operations on all files within specified directories."
[dependencies]
regex = "1"
walkdir = "2"
|