mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
17 lines
238 B
TOML
17 lines
238 B
TOML
[package]
|
|
name = "truncate"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_truncate"
|
|
path = "truncate.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
uucore = "0.0.1"
|
|
|
|
[[bin]]
|
|
name = "truncate"
|
|
path = "../../uumain.rs"
|