more refactoring

This commit is contained in:
pavel 2026-02-11 01:41:07 +01:00
commit 7268d49b4a
12 changed files with 319 additions and 189 deletions

2
Cargo.lock generated
View file

@ -328,6 +328,7 @@ dependencies = [
"chrono",
"cookie",
"dashmap",
"dotenvy",
"jsonwebtoken",
"migration",
"reqwest",
@ -335,6 +336,7 @@ dependencies = [
"sea-orm-migration",
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio-cron-scheduler",
"tower-http 0.5.2",