2024 edition

This commit is contained in:
2025-02-21 16:40:42 +03:00
parent d064b8d571
commit 777ad8e311
14 changed files with 205 additions and 166 deletions

View File

@@ -1,6 +1,6 @@
pub use crate::{
cryptography::{account::Decrypted as DecryptedAccount, validate_field},
entity::{account::Account, master_pass::MasterPass, Pool},
entity::{Pool, account::Account, master_pass::MasterPass},
errors::handle_error,
first_handler, handler,
locales::LocaleRef,