mirror of
https://github.com/uutils/coreutils
synced 2025-01-12 05:09:12 +00:00
18 lines
264 B
TOML
18 lines
264 B
TOML
[package]
|
|
name = "truncate"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
build = "../#common/mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_truncate"
|
|
path = "truncate.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
uucore = "0.0.1"
|
|
|
|
[[bin]]
|
|
name = "truncate"
|
|
path = "../#common/uumain.rs"
|