[package]
name = "ptx"
version = "0.0.1"
authors = []
[lib]
path = "ptx.rs"
[dependencies]
getopts = "*"
libc = "*"
aho-corasick = "*"
memchr = "*"
regex-syntax = "*"
regex = "*"
[[bin]]
name="ptx"
path="ptx.rs"