mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 09:33:25 +00:00
a0ca860f93
Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/regex-syntax-0.6.6...regex-syntax-0.6.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
22 lines
309 B
TOML
22 lines
309 B
TOML
[package]
|
|
name = "nl"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_nl"
|
|
path = "nl.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
libc = "0.2.42"
|
|
aho-corasick = "0.6.5"
|
|
memchr = "1.0.1"
|
|
regex = "1.0.1"
|
|
regex-syntax = "0.6.7"
|
|
uucore = "0.0.1"
|
|
|
|
[[bin]]
|
|
name = "nl"
|
|
path = "../../uumain.rs"
|