diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-11-27 12:08:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-27 12:08:28 -0500 |
| commit | 29374db11fdadd7ec6271cc05de29039fcc02f87 (patch) | |
| tree | a28fd7ba9cd8ed6edb1ba0829d1d97a87e039dd4 /cli/Cargo.toml | |
| parent | 22f951aa67c5b677d156ec338f71714cf2d4ddb2 (diff) | |
fix test_raw_tty hang (#8520)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 347db66a2..732adebeb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -94,6 +94,9 @@ chrono = "0.4.15" os_pipe = "0.9.2" test_util = { path = "../test_util" } +[target.'cfg(unix)'.dev-dependencies] +exec = "0.3.1" # Used in test_raw_tty + [package.metadata.winres] # This section defines the metadata that appears in the deno.exe PE header. OriginalFilename = "deno.exe" |
