refactor: config.rs去掉TOML文件加载,统一走systemd Environment
This commit is contained in:
@@ -23,7 +23,6 @@ serde_json = "1.0.143"
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid"] }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
toml = "0.8"
|
||||
base64 = "0.22"
|
||||
rsa = { version = "0.9", features = ["pem", "sha2"] }
|
||||
pkcs8 = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user