From 015fa0bd41ce51afbee4a1413cb90534155c041f Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Tue, 18 Aug 2020 21:29:32 +0100 Subject: refactor: permissions (#7074) --- cli/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'cli/Cargo.toml') 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" -- cgit v1.2.3