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

12
Cargo.lock generated
View File

@@ -492,6 +492,7 @@ dependencies = [
"serde_json",
"serde_yaml",
"sha-crypt",
"smart-default",
"socket2 0.5.5",
"tokio",
"tokio-rustls",
@@ -1552,6 +1553,17 @@ dependencies = [
"autocfg",
]
[[package]]
name = "smart-default"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "socket2"
version = "0.4.10"