From 5cf20a142ef667b9664dd2a2dc3bb26c7562c9a0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 9 Jun 2019 06:53:24 -0400 Subject: pass input events through to the running process --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a9cb7e1..2a6a61b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,6 @@ edition = "2018" [dependencies] crossterm = "0.9" futures = "0.1" +mio = "0.6" tokio = "0.1" tokio-pty-process = "0.4" -- cgit v1.2.3-54-g00ecf