coreutils/src/ptx/Cargo.toml
2019-05-12 22:42:20 -07:00

22 lines
313 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 = "0.0.1"
[[bin]]
name = "ptx"
path = "../../uumain.rs"