summaryrefslogtreecommitdiffstats
path: root/src/uu/nl/Cargo.toml
blob: 37660070390f9ae02afe2ae5704be92cff117fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "uu_nl"
version = "0.0.20"
authors = ["uutils developers"]
license = "MIT"
description = "nl ~ (uutils) display input with added line numbers"

homepage = "https://github.com/uutils/coreutils"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nl"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
categories = ["command-line-utilities"]
edition = "2021"

[lib]
path = "src/nl.rs"

[dependencies]
clap = { workspace = true }
regex = { workspace = true }
uucore = { workspace = true }

[[bin]]
name = "nl"
path = "src/main.rs"