rust: Export crypto_rand::* functions from our external crate.

This commit is contained in:
Isis Lovecruft 2018-05-15 02:05:14 +00:00
parent aab626405c
commit d9c877a6e5
No known key found for this signature in database
GPG Key ID: B8938BC5E86C046F
1 changed files with 1 additions and 0 deletions

View File

@ -15,4 +15,5 @@ pub mod crypto_digest;
mod crypto_rand;
mod external;
pub use crypto_rand::*;
pub use external::*;