feat: 迁移所有配置到数据库,并支持运行时重载 (#364)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-06-17 02:15:11 +08:00
committed by GitHub
parent a46c2572b1
commit 4539e9379d
46 changed files with 1055 additions and 715 deletions

11
Cargo.lock generated
View File

@@ -518,6 +518,7 @@ dependencies = [
"toml",
"tower",
"tracing",
"tracing-panic",
"tracing-subscriber",
"utoipa",
"utoipa-swagger-ui",
@@ -3942,6 +3943,16 @@ dependencies = [
"tracing-core",
]
[[package]]
name = "tracing-panic"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bf1298a179837099f9309243af3b554e840f7f67f65e9f55294913299bd4cc5"
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.19"