summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-27 06:11:39 -0700
committerGitHub <noreply@github.com>2018-10-27 06:11:39 -0700
commit6adc87e3eb6193fd739b28931c19cf850c9b3276 (patch)
treec2e193d19474d1638875aa840cdeb14e6aadec97 /src/main.rs
parent7f204b980318215785aac8250351d24fda458f98 (diff)
Ergonomics: Prompt TTY for permission escalation (#1081)
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 91f566523..d524b94ed 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -31,6 +31,7 @@ mod http_util;
mod isolate;
mod libdeno;
pub mod ops;
+mod permissions;
mod resources;
mod snapshot;
mod tokio_util;