mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 17:14:42 +00:00
22 lines
319 B
TOML
22 lines
319 B
TOML
[package]
|
|
name = "nl"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../#common/mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_nl"
|
|
path = "nl.rs"
|
|
|
|
[dependencies]
|
|
aho-corasick = "0.7.3"
|
|
getopts = "0.2.18"
|
|
libc = "0.2.42"
|
|
memchr = "2.2.0"
|
|
regex = "1.0.1"
|
|
regex-syntax = "0.6.7"
|
|
uucore = "0.0.1"
|
|
|
|
[[bin]]
|
|
name = "nl"
|
|
path = "../#common/uumain.rs"
|