Include user table, identity and session table

This commit is contained in:
GW_MC
2025-12-07 19:08:22 +08:00
parent 9c139d6007
commit e758452509
11 changed files with 285 additions and 11 deletions

View File

@@ -3,4 +3,6 @@
pub mod prelude;
pub mod config;
pub mod session;
pub mod user;
pub mod user_identity;