summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-08-18 21:29:32 +0100
committerGitHub <noreply@github.com>2020-08-18 16:29:32 -0400
commit015fa0bd41ce51afbee4a1413cb90534155c041f (patch)
tree3220c821156a011225392d2361fdf7272c7be952 /cli/Cargo.toml
parentf6e9150b33168ab8c5e48238860e2c3f3bf625f3 (diff)
refactor: permissions (#7074)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index c59906b26..c9371352f 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -83,9 +83,6 @@ os_pipe = "0.9.2"
tokio-tungstenite = { version = "0.10.1", features = ["connect"] }
test_util = { path = "../test_util" }
-[target.'cfg(unix)'.dev-dependencies]
-pty = "0.2.2"
-
[package.metadata.winres]
# This section defines the metadata that appears in the deno.exe PE header.
OriginalFilename = "deno.exe"