Add sha1 and tempfile crates.

This commit is contained in:
Ryan Dahl 2018-07-24 01:45:23 -04:00
parent c06f2789f8
commit 1f093c12f8
6 changed files with 48 additions and 81 deletions

View file

@ -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;