Set the mods public
This commit is contained in:
parent
546dc75d02
commit
e125fc0d28
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
mod algorithm;
|
||||
mod data;
|
||||
pub mod algorithm;
|
||||
pub mod data;
|
||||
|
||||
use pbkdf2::pbkdf2_hmac;
|
||||
use sha2::Sha256;
|
||||
|
|
Loading…
Reference in a new issue