From 86e3e8c121bdc4ff2a2cf1a4430d563e0b6c46b1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 7 Mar 2021 17:47:10 -0500 Subject: sketch out some input handling --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 544d2a1..4ef7ca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" [dependencies] itoa = "0.4" +nix = "0.20" terminal_size = "0.1" vt100 = "0.11" @@ -18,6 +19,5 @@ async = ["blocking", "futures-lite"] [dev-dependencies] libc = "0.2" -nix = "0.20" pty-process = { version = "0.1", features = ["backend-smol"] } smol = "1.2" -- cgit v1.2.3-54-g00ecf