mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 09:33:25 +00:00
17 lines
191 B
TOML
17 lines
191 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 = "*"
|