mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
rust: Export digests subcrate from our crypto crate.
This commit is contained in:
parent
aab626405c
commit
4c21d41407
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue