mirror of
https://github.com/uutils/coreutils
synced 2025-01-05 09:49:03 +00:00
19 lines
280 B
TOML
19 lines
280 B
TOML
[package]
|
|
name = "expand"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
build = "../#common/mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_expand"
|
|
path = "expand.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
unicode-width = "0.1.5"
|
|
uucore = "0.0.2"
|
|
|
|
[[bin]]
|
|
name = "expand"
|
|
path = "../#common/uumain.rs"
|