summaryrefslogtreecommitdiffstats
path: root/rust/wolfree_sed_in_place/Cargo.toml
blob: 0a8bf1de718cac1c8ef81d1f6a7b259221348b66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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"