mirror of
https://github.com/uutils/coreutils
synced 2024-12-21 02:23:14 +00:00
17 lines
224 B
TOML
17 lines
224 B
TOML
[package]
|
|
name = "expand"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_expand"
|
|
path = "expand.rs"
|
|
|
|
[dependencies]
|
|
unicode-width = "*"
|
|
getopts = "*"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "expand"
|
|
path = "main.rs"
|