26 lines
696 B
TOML
Raw Normal View History

2023-08-11 05:09:24 +00:00
# SPDX-License-Identifier: AGPL-3.0-or-later
[package]
name = "wolfree_sed_in_place"
2023-09-27 11:34:23 +00:00
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",
]
2023-08-11 05:09:24 +00:00
edition = "2021"
2023-09-27 11:34:23 +00:00
keywords = ["rust", "search", "replace", "regular expressions", "regex", "file"]
2023-08-11 05:09:24 +00:00
license = "AGPL-3.0-or-later"
readme = "README.md"
2023-09-27 11:34:23 +00:00
repository = "https://git.kiwifarms.net/wolfree"
description = "Perform in-place search and replaces operations on all files within specified directories."
2023-08-11 05:09:24 +00:00
[dependencies]
regex = "1"
walkdir = "2"