1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 10:11:01 +00:00
uutils-coreutils/src/paste/Cargo.toml
Roy Ivy III 6a18d7f7be update ~ (maint!) use fixed/patched uucore (v0.0.2); await upgrade upstream
- fixes musl (no-utmpx) build bug
- fixes failing windows real{link,path} tests
2020-04-12 22:39:55 -05:00

18 lines
252 B
TOML

[package]
name = "paste"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
[lib]
name = "uu_paste"
path = "paste.rs"
[dependencies]
getopts = "0.2.18"
uucore = "0.0.2"
[[bin]]
name = "paste"
path = "../#common/uumain.rs"