diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |