mirror of
https://github.com/uutils/coreutils
synced 2025-01-05 09:49:03 +00:00
21 lines
288 B
TOML
21 lines
288 B
TOML
[package]
|
|
name = "nl"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_nl"
|
|
path = "nl.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.14"
|
|
libc = "0.2.26"
|
|
aho-corasick = "0.6.3"
|
|
memchr = "1.0.1"
|
|
regex = "0.2.2"
|
|
regex-syntax = "0.4.1"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "nl"
|
|
path = "main.rs"
|