coreutils/src/ptx/Cargo.toml

22 lines
266 B
TOML
Raw Normal View History

[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"