uu_truncate 0.0.2

truncate ~ (uutils) truncate (or extend) FILE to SIZE
Documentation
[[bin]]
name = "truncate"
path = "src/main.rs"
[dependencies.clap]
version = "2.33"

[dependencies.uucore]
package = "uucore"
version = ">=0.0.5"

[dependencies.uucore_procs]
package = "uucore_procs"
version = ">=0.0.5"

[lib]
path = "src/truncate.rs"

[package]
authors = ["uutils developers"]
categories = ["command-line-utilities"]
description = "truncate ~ (uutils) truncate (or extend) FILE to SIZE"
edition = "2018"
homepage = "https://github.com/uutils/coreutils"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
license = "MIT"
name = "uu_truncate"
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/truncate"
version = "0.0.2"