coreutils/src/ptx/Cargo.toml

22 lines
278 B
TOML
Raw Normal View History

[package]
name = "ptx"
version = "0.0.1"
authors = []
[lib]
name = "uu_ptx"
path = "ptx.rs"
[dependencies]
2016-12-02 22:06:21 +00:00
getopts = "0.2"
libc = "0.2"
aho-corasick = "0.6"
memchr = "1.0"
regex-syntax = "0.4"
regex = "0.2"
uucore = { path="../uucore" }
[[bin]]
name = "ptx"
path = "main.rs"