refactor: remove loco-rs

This commit is contained in:
2025-02-28 03:19:48 +08:00
parent c0707d17bb
commit a68aab1452
66 changed files with 1321 additions and 829 deletions

View File

@@ -3,23 +3,24 @@
assert_matches,
unboxed_closures,
impl_trait_in_bindings,
iterator_try_collect
iterator_try_collect,
async_fn_traits,
let_chains
)]
pub mod app;
pub mod auth;
pub mod config;
pub mod cache;
pub mod controllers;
pub mod dal;
pub mod errors;
pub mod extract;
pub mod fetch;
pub mod graphql;
pub mod migrations;
pub mod models;
pub mod storage;
pub mod sync;
pub mod tasks;
#[cfg(test)]
pub mod test_utils;
pub mod views;
pub mod workers;