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

2
Cargo.lock generated
View File

@@ -4270,11 +4270,13 @@ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
name = "yet-another-nginx-proxy-manager"
version = "0.1.0"
dependencies = [
"async-trait",
"axum",
"chrono",
"config",
"database",
"migration",
"sea-orm",
"serde",
"serde_json",
"tokio",