aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-25 11:56:15 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-25 11:56:30 -0700
commitb33fc28ac95be2a7a93c37073694d576c7ac4870 (patch)
treec2e454e57250ff797eb92ed57fe42bf8d01ac483 /src/lib.rs
parentfbf372144c3468dd00e5b12b63ef6e77634a4500 (diff)
downloadgeniza-b33fc28ac95be2a7a93c37073694d576c7ac4870.tar.gz
geniza-b33fc28ac95be2a7a93c37073694d576c7ac4870.zip
add sodiumoxide crate
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index deb0cf8..fbbe50a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -18,6 +18,7 @@ extern crate log;
extern crate env_logger;
extern crate integer_encoding;
extern crate crypto;
+extern crate sodiumoxide;
extern crate rand;
extern crate protobuf;