summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 38ba654b9..a12f95018 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -3,6 +3,8 @@ extern crate libc;
extern crate log;
extern crate flatbuffers;
extern crate msg_rs as msg_generated;
+extern crate sha1;
+extern crate tempfile;
extern crate url;
use libc::c_int;