mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 02:10:02 +02:00
fix: applied cargo fmt nightly
This commit is contained in:
parent
4fd1be7146
commit
ce937c5e5a
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ use crate::{
|
|||
services, utils, Config, Error, PduEvent, Result, Services, SERVICES,
|
||||
};
|
||||
use abstraction::{KeyValueDatabaseEngine, KvTree};
|
||||
use argon2::PasswordVerifier;
|
||||
use argon2::{password_hash::SaltString, PasswordHasher};
|
||||
use argon2::{password_hash::SaltString, PasswordHasher, PasswordVerifier};
|
||||
use directories::ProjectDirs;
|
||||
use lru_cache::LruCache;
|
||||
use rand::thread_rng;
|
||||
|
|
Loading…
Add table
Reference in a new issue