wcount 0.2.0

CLI word counting tool.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wcount"
version = "0.2.0"
authors = ["brogolem35"]
edition = "2021"
description = "CLI word counting tool."
license = "GPL-2.0-or-later"
repository = "https://github.com/Brogolem35/wcount"
keywords = ["cli", "word", "counter", "csv"]
categories = ["command-line-utilities", "text-processing"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
regex = "1.11"
ustr = "1.1"