diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-27 06:11:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-27 06:11:39 -0700 |
| commit | 6adc87e3eb6193fd739b28931c19cf850c9b3276 (patch) | |
| tree | c2e193d19474d1638875aa840cdeb14e6aadec97 /Cargo.toml | |
| parent | 7f204b980318215785aac8250351d24fda458f98 (diff) | |
Ergonomics: Prompt TTY for permission escalation (#1081)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
