aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 3db4267..ec43320 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -7,6 +7,7 @@ extern crate serde;
extern crate serde_json;
#[macro_use] extern crate serde_derive;
extern crate base64;
+extern crate rand;
extern crate aesni;
extern crate blake2;
extern crate generic_array;