mirror of
https://github.com/uutils/coreutils
synced 2024-12-25 04:23:16 +00:00
22 lines
313 B
TOML
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"
|