mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 17:43:52 +00:00
15 lines
156 B
TOML
15 lines
156 B
TOML
|
[package]
|
||
|
name = "tr"
|
||
|
version = "0.0.1"
|
||
|
authors = []
|
||
|
|
||
|
[lib]
|
||
|
name = "tr"
|
||
|
path = "tr.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
getopts = "*"
|
||
|
libc = "*"
|
||
|
bit-set = "*"
|
||
|
vec_map = "*"
|