aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;