From d0f7dff9a51fa33612b71d03a3736dd107e9a747 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 5 Jul 2018 22:59:14 +0300 Subject: Oops we need colored --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index fa67bcf..4205b78 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,7 @@ extern crate clap; +extern crate colored; +use colored::*; use clap::{Arg, App}; use std::path::Path; use std::process; -- cgit v1.3.1