summaryrefslogtreecommitdiff
path: root/src/rust/crypto/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/crypto/lib.rs')
-rw-r--r--src/rust/crypto/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rust/crypto/lib.rs b/src/rust/crypto/lib.rs
index e7e3b22e03..b349664dbe 100644
--- a/src/rust/crypto/lib.rs
+++ b/src/rust/crypto/lib.rs
@@ -34,4 +34,5 @@ extern crate libc;
extern crate external;
pub mod digests; // Unfortunately named "digests" plural to avoid name conflict with the digest crate
+pub mod rand;