mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
Add sha1 and tempfile crates.
This commit is contained in:
parent
c06f2789f8
commit
1f093c12f8
6 changed files with 48 additions and 81 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue