mirror of
https://github.com/uutils/coreutils
synced 2024-12-21 02:23:14 +00:00
18 lines
195 B
TOML
18 lines
195 B
TOML
|
|
||
|
[package]
|
||
|
name = "ptx"
|
||
|
version = "0.0.1"
|
||
|
authors = []
|
||
|
|
||
|
[lib]
|
||
|
name = "ptx"
|
||
|
path = "ptx.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
getopts = "*"
|
||
|
libc = "*"
|
||
|
aho-corasick = "*"
|
||
|
memchr = "*"
|
||
|
regex-syntax = "*"
|
||
|
regex = "*"
|