coreutils/src/nl/Cargo.toml
dependabot-preview[bot] a0ca860f93
build: bump regex-syntax from 0.6.6 to 0.6.7
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>
2019-06-13 12:59:04 +00:00

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"