mirror of
https://git.disroot.org/wolfree/wolfree-dockerfile
synced 2025-02-01 05:47:09 +01:00
26 lines
696 B
TOML
26 lines
696 B
TOML
# 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"
|