From 5946808f66aab1983ade3db2541734bb43626a72 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Tue, 25 Feb 2020 22:01:24 -0800 Subject: tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958) --- cli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 52bc4f2c3..f09f8b6e4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -72,3 +72,6 @@ nix = "0.14.1" [dev-dependencies] os_pipe = "0.9.1" + +[target.'cfg(unix)'.dev-dependencies] +pty = "0.2" -- cgit v1.2.3