chore: linting

This commit is contained in:
zhom
2026-03-15 20:31:02 +04:00
parent 0b3dac5da8
commit c4bfd4e253
9 changed files with 208 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use aes_gcm::{
Aes256Gcm, Nonce,
};
use chrono::Utc;
use rand::Rng;
use rand::RngExt;
use serde::{Deserialize, Serialize};
use std::fs;
use std::path::PathBuf;