From 6adc87e3eb6193fd739b28931c19cf850c9b3276 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 27 Oct 2018 06:11:39 -0700 Subject: Ergonomics: Prompt TTY for permission escalation (#1081) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3172ba3c1..96499adbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ name = "deno" version = "0.0.0" [dependencies] +atty = "0.2.11" dirs = "1.0.4" flatbuffers = { path = "third_party/flatbuffers/rust/flatbuffers/" } futures = "0.1.25" -- cgit v1.2.3