diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 28e852fdc..6a013bea0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,6 +3,7 @@ extern crate futures; extern crate hyper; extern crate libc; extern crate msg_rs as msg_generated; +extern crate rand; extern crate sha1; extern crate tempfile; extern crate tokio; |