mirror of
https://github.com/uutils/coreutils
synced 2024-12-20 01:54:15 +00:00
fe21c4b7fd
* factor: Update to Rand 0.5 * shuf: Update to Rand 0.5 * shred: Update to Rand 0.5 * mktemp: Update to Rand 0.5
18 lines
248 B
TOML
18 lines
248 B
TOML
[package]
|
|
name = "shuf"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_shuf"
|
|
path = "shuf.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
rand = "0.5"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "shuf"
|
|
path = "../../uumain.rs"
|