summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-03-25 21:11:01 +0100
committerCanop <cano.petrole@gmail.com>2019-03-25 21:11:01 +0100
commit510f545c7868f1b44580a6d6be0c5320708bf1e3 (patch)
treed8fd459d56487e3d1ce4f0b216e60c954f00f4c5 /src/main.rs
parentb33b482815b93e405ef60d8fda821bed9d86441d (diff)
unplug the 'users' crate when on windows
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 9e9963c..4ab0e6f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -23,6 +23,7 @@ mod help_states;
mod help_verbs;
mod input;
mod patterns;
+mod permissions;
mod regex_patterns;
mod screen_text;
mod screens;