feat: more flexible config values (#299)

This commit is contained in:
sigoden
2023-11-27 04:24:25 +08:00
committed by GitHub
parent 7584fe3d08
commit 6ff8b29b69
6 changed files with 226 additions and 26 deletions

View File

@@ -47,6 +47,7 @@ indexmap = "2.0"
serde_yaml = "0.9.27"
sha-crypt = "0.5.0"
base64 = "0.21.5"
smart-default = "0.7.1"
[features]
default = ["tls"]