From 0f23d926019d333572366a4de4f291b848fa6ded Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 20 Sep 2021 22:15:44 -0400 Subject: chore(tests): windows pty tests (#12091) --- test_util/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 497f2294a..92523ac81 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -14,6 +14,7 @@ path = "src/test_server.rs" [dependencies] anyhow = "1.0.43" async-stream = "0.3.2" +atty = "0.2.14" base64 = "0.13.0" futures = "0.3.16" hyper = { version = "0.14.12", features = ["server", "http1", "runtime"] } @@ -29,3 +30,6 @@ tokio-tungstenite = "0.14.0" [target.'cfg(unix)'.dependencies] pty = "0.2.2" + +[target.'cfg(windows)'.dependencies] +winapi = { version = "0.3.9", features = ["consoleapi", "handleapi", "namedpipeapi", "winbase", "winerror"] } -- cgit v1.2.3