From 894ec4f24c1269166f14c05b2ae3f737f76dd571 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Oct 2019 15:16:10 -0400 Subject: add a couple examples --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dfdd991..1d7e7d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,6 @@ tokio-pty-process = "0.4" [dev-dependencies] crossterm = "0.11" +lazy_static = "1" mio = "0.6" +regex = "1" -- cgit v1.2.3-54-g00ecf