From db606609af91987f62e9496adc65ca74c02352d5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 3 Jul 2018 13:49:07 +0300 Subject: Add basic usage print with color --- Cargo.lock | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 314ef97..e0c041e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,4 +1,23 @@ +[[package]] +name = "colored" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "lazy_static" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "rustcast" version = "0.1.0" +dependencies = [ + "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", +] +[metadata] +"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc" +"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" -- cgit v1.3.1