aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2017-12-12 20:06:47 +0100
committerKatharina Fey <kookie@spacekookie.de>2017-12-12 20:06:47 +0100
commit86ead1dfd26c31c9b591002e86c1fda4a8debda6 (patch)
treee640b96323ef94b50a28f9e527ab7454dadcd9f9 /src
parentfc162d136eff3802d5252c20b4eeaea2af27c339 (diff)
Adding a random crate as a dependency
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;