coreutils/src/nl/Cargo.toml

23 lines
322 B
TOML
Raw Normal View History

[package]
name = "nl"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_nl"
path = "nl.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
getopts = "0.2.14"
libc = "0.2.42"
2017-07-15 19:03:43 +00:00
aho-corasick = "0.6.3"
memchr = "1.0.1"
regex = "1.0.1"
regex-syntax = "0.6.1"
uucore = { path="../uucore" }
[[bin]]
name = "nl"
path = "../../uumain.rs"