mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 09:33:25 +00:00
20 lines
223 B
TOML
20 lines
223 B
TOML
[package]
|
|
name = "nl"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "nl"
|
|
path = "nl.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "*"
|
|
aho-corasick = "*"
|
|
memchr = "*"
|
|
regex = "*"
|
|
regex-syntax = "*"
|
|
|
|
[[bin]]
|
|
name="nl"
|
|
path="nl.rs"
|