coreutils/src/shuf/Cargo.toml
Vinzent Steinberg fe21c4b7fd Update to Rand 0.5 (#1288)
* factor: Update to Rand 0.5

* shuf: Update to Rand 0.5

* shred: Update to Rand 0.5

* mktemp: Update to Rand 0.5
2018-10-14 13:33:44 +04:00

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"