From 199ae9c893f3d9d8a0f98f5747971770ab11807d Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 3 Jul 2018 18:24:55 +0300 Subject: Add rustyline dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7ab02c9..bbe5a77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ authors = ["Yuval Adam <_@yuv.al>"] [dependencies] colored = "1.6" clap = "2.32" +rustyline = "1.0.0" -- cgit v1.3.1