rust: Export digests subcrate from our crypto crate.

This commit is contained in:
Isis Lovecruft 2018-05-15 02:04:40 +00:00
parent aab626405c
commit 4c21d41407
No known key found for this signature in database
GPG Key ID: B8938BC5E86C046F

View File

@ -33,4 +33,5 @@ extern crate libc;
// Our local crates.
extern crate external;
mod digests; // Unfortunately named "digests" plural to avoid name conflict with the digest crate
pub mod digests; // Unfortunately named "digests" plural to avoid name conflict with the digest crate