feat: implement surrealdb and redis
This commit is contained in:
@@ -4,6 +4,7 @@ pub mod jsonwebtoken;
|
||||
pub mod lettre;
|
||||
pub mod redis;
|
||||
pub mod seaorm;
|
||||
pub mod surrealdb;
|
||||
|
||||
pub use argon::*;
|
||||
pub use axum::*;
|
||||
@@ -11,3 +12,4 @@ pub use jsonwebtoken::*;
|
||||
pub use lettre::*;
|
||||
pub use redis::*;
|
||||
pub use seaorm::*;
|
||||
pub use surrealdb::*;
|
||||
|
||||
Reference in New Issue
Block a user