From 1f093c12f84d269cb68370262d68ff6d515aef2e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 24 Jul 2018 01:45:23 -0400 Subject: Add sha1 and tempfile crates. --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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; -- cgit v1.2.3