coreutils/src/ptx/Cargo.toml
dependabot[bot] 2c796811ca
Bump getopts from 0.2.17 to 0.2.18
Bumps [getopts](https://github.com/rust-lang/getopts) from 0.2.17 to 0.2.18.
- [Release notes](https://github.com/rust-lang/getopts/releases)
- [Commits](https://github.com/rust-lang/getopts/compare/0.2.17...v0.2.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-07-06 07:17:46 +00:00

22 lines
326 B
TOML

[package]
name = "ptx"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_ptx"
path = "ptx.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
aho-corasick = "0.6.5"
memchr = "1.0.1"
regex-syntax = "0.6.1"
regex = "1.0.1"
uucore = { path="../uucore" }
[[bin]]
name = "ptx"
path = "../../uumain.rs"