1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00
This commit is contained in:
Arcterus 2016-01-03 23:15:19 -08:00
parent d56c29acfe
commit 96817dfbc5
2 changed files with 17 additions and 3 deletions

13
Cargo.lock generated
View file

@ -58,6 +58,7 @@ dependencies = [
"rm 0.0.1",
"rmdir 0.0.1",
"seq 0.0.1",
"shred 0.0.1",
"shuf 0.0.1",
"sleep 0.0.1",
"sort 0.0.1",
@ -720,6 +721,18 @@ dependencies = [
"uucore 0.0.1",
]
[[package]]
name = "shred"
version = "0.0.1"
dependencies = [
"filetime 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "shuf"
version = "0.0.1"