diff options
Diffstat (limited to 'src/rust/external/lib.rs')
-rw-r--r-- | src/rust/external/lib.rs | 4 |
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::*; |