From 24cc5cac002f87ed501fddb8e48a2315288fdb1f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Oct 2019 12:51:04 -0400 Subject: docs --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 869c550..dfdd991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,7 @@ log = "0.4" snafu = "0.5" tokio = "0.1.22" tokio-pty-process = "0.4" + +[dev-dependencies] +crossterm = "0.11" +mio = "0.6" -- cgit v1.2.3-54-g00ecf