account: add basic structure

This commit is contained in:
realaltffour 2020-08-03 11:00:46 +03:00
parent 482d945c99
commit 9ca38f0d69
No known key found for this signature in database
GPG Key ID: C1265D839D44DCB1
8 changed files with 7 additions and 0 deletions

View File

View File

View File

View File

View File

View File

View File

@ -0,0 +1,7 @@
pub mod acc_auth;
pub mod acc_creation;
pub mod acc_retrieval;
pub mod acc_retrieval_transaction;
pub mod hash_email;
pub mod hash_pwd;
pub mod hash_usr;