more refactoring
This commit is contained in:
parent
13e17770ca
commit
7268d49b4a
12 changed files with 319 additions and 189 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue