1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

pathchk implemented (see #841) (#860)

* Added pathchk
This commit is contained in:
ibabushkin 2016-05-22 13:59:57 +02:00 committed by Heather
parent 583ed341a7
commit d504ae18c9
8 changed files with 307 additions and 0 deletions

10
Cargo.lock generated
View file

@ -47,6 +47,7 @@ dependencies = [
"nproc 0.0.1",
"od 0.0.1",
"paste 0.0.1",
"pathchk 0.0.1",
"primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"printenv 0.0.1",
"printf 0.0.1",
@ -578,6 +579,15 @@ dependencies = [
"uucore 0.0.1",
]
[[package]]
name = "pathchk"
version = "0.0.1"
dependencies = [
"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)",
"uucore 0.0.1",
]
[[package]]
name = "pretty-bytes"
version = "0.1.0"