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