From 3e6a560b9c6854541270beece542bedff2ec99e5 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 4 Aug 2016 19:47:50 -0400 Subject: [PATCH] Add missing pinky entry in Cargo.lock. --- Cargo.lock | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index a630f0c21..f58a4604d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,6 +53,7 @@ dependencies = [ "od 0.0.1", "paste 0.0.1", "pathchk 0.0.1", + "pinky 0.0.1", "primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "printenv 0.0.1", "printf 0.0.1", @@ -721,6 +722,16 @@ dependencies = [ "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]] name = "pretty-bytes" version = "0.1.0"