feat: 完善生产级 Rust Web 模板

This commit is contained in:
2026-07-21 16:00:03 +08:00
parent fb30d5da1a
commit ce89569bf3
58 changed files with 2042 additions and 349 deletions
+1
View File
@@ -1,5 +1,6 @@
pub mod app;
pub mod auth;
pub mod database;
pub mod email;
pub mod redis;
pub mod server;