Unverified Commit 4c21d414 authored by Isis Lovecruft's avatar Isis Lovecruft
Browse files

rust: Export digests subcrate from our crypto crate.

parent aab62640
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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