diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
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; |