chore: remove seaorm

This commit is contained in:
Maulana Sodiqin
2025-02-25 02:02:01 +07:00
parent 44de53a49d
commit b8606ef0bb
4 changed files with 21 additions and 828 deletions
-2
View File
@@ -3,7 +3,6 @@ pub mod axum;
pub mod jsonwebtoken;
pub mod lettre;
pub mod redis;
pub mod seaorm;
pub mod surrealdb;
pub use argon::*;
@@ -11,5 +10,4 @@ pub use axum::*;
pub use jsonwebtoken::*;
pub use lettre::*;
pub use redis::*;
pub use seaorm::*;
pub use surrealdb::*;