diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-09-20 22:15:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-20 22:15:44 -0400 |
| commit | 0f23d926019d333572366a4de4f291b848fa6ded (patch) | |
| tree | 7767a39d72cabca060740198dc7a3c23f97bf363 /test_util/Cargo.toml | |
| parent | 60b68e63f1045a36496257912ef4f32e716a2440 (diff) | |
chore(tests): windows pty tests (#12091)
Diffstat (limited to 'test_util/Cargo.toml')
| -rw-r--r-- | test_util/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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"] } |
