mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #936 from frewsxcv/pink
Add missing pinky entry in Cargo.lock.
This commit is contained in:
commit
c2fa190705
1 changed files with 11 additions and 0 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -53,6 +53,7 @@ dependencies = [
|
||||||
"od 0.0.1",
|
"od 0.0.1",
|
||||||
"paste 0.0.1",
|
"paste 0.0.1",
|
||||||
"pathchk 0.0.1",
|
"pathchk 0.0.1",
|
||||||
|
"pinky 0.0.1",
|
||||||
"primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"printenv 0.0.1",
|
"printenv 0.0.1",
|
||||||
"printf 0.0.1",
|
"printf 0.0.1",
|
||||||
|
@ -721,6 +722,16 @@ dependencies = [
|
||||||
"uucore 0.0.1",
|
"uucore 0.0.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "pinky"
|
||||||
|
version = "0.0.1"
|
||||||
|
dependencies = [
|
||||||
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"uucore 0.0.1",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pretty-bytes"
|
name = "pretty-bytes"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue