rust: Expose rand module from crypto crate.

This commit is contained in:
Isis Lovecruft 2018-06-15 21:44:22 +00:00
parent e22822e4ae
commit ac5b1428ea
No known key found for this signature in database
GPG Key ID: B8938BC5E86C046F

View File

@ -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;