refactor: remove loco-rs deps

This commit is contained in:
2025-03-01 15:21:14 +08:00
parent a68aab1452
commit 2844e1fc32
66 changed files with 2565 additions and 1876 deletions

View File

@@ -11,11 +11,12 @@
pub mod app;
pub mod auth;
pub mod cache;
pub mod controllers;
pub mod database;
pub mod errors;
pub mod extract;
pub mod fetch;
pub mod graphql;
pub mod logger;
pub mod migrations;
pub mod models;
pub mod storage;
@@ -24,3 +25,4 @@ pub mod tasks;
#[cfg(test)]
pub mod test_utils;
pub mod views;
pub mod web;