summaryrefslogtreecommitdiff
path: root/src/rust/external/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/external/lib.rs')
-rw-r--r--src/rust/external/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rust/external/lib.rs b/src/rust/external/lib.rs
index 5fd74cf4c2..ffd38ac5da 100644
--- a/src/rust/external/lib.rs
+++ b/src/rust/external/lib.rs
@@ -9,8 +9,10 @@
extern crate libc;
+extern crate smartlist;
+
+pub mod crypto_digest;
mod crypto_rand;
mod external;
-pub use crypto_rand::*;
pub use external::*;