mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 02:01:05 +00:00
16 lines
199 B
TOML
16 lines
199 B
TOML
[package]
|
|
name = "cut"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_cut"
|
|
path = "cut.rs"
|
|
|
|
[dependencies]
|
|
uucore = "0.0.1"
|
|
|
|
[[bin]]
|
|
name = "cut"
|
|
path = "../../uumain.rs"
|