summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-01-16 14:46:01 +0300
committersyn <isaqtm@gmail.com>2020-01-16 14:46:01 +0300
commite149c37f16b19236887afeadfbe774eabeb3510d (patch)
treede35d9913d7209476d7d92584921b18674bee56b /src/main.rs
parente6e6285d4faca3795de4250b4ca07fc1d57b849b (diff)
downloadevr-e149c37f16b19236887afeadfbe774eabeb3510d.tar.gz
Support tmp dir to place binaries
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 0e97682..589cae2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,5 @@
+extern crate lazy_static;
+
use clap::AppSettings;
use structopt::StructOpt;
use env_logger;