Add async-trait and sea-orm dependencies; implement SettingsService for configuration management

This commit is contained in:
GW_MC
2025-12-02 16:55:39 +08:00
parent 8b98590a1e
commit fae951c902
5 changed files with 95 additions and 1 deletions

1
apps/api/src/services.rs Normal file
View File

@@ -0,0 +1 @@
pub mod settings;