feat: [RustHTTP] DNS Host Map

This commit is contained in:
2024-03-12 20:07:06 +08:00
parent 51393317b1
commit 26b58324c4
11 changed files with 262 additions and 40 deletions

View File

@ -22,3 +22,5 @@ reqwest = { version = "0.11", features = ["rustls-tls-native-roots", "cookies",
hickory-resolver = {version = "0.24.0"}
anyhow = "1.0"
win32job = "2"
lazy_static = "1.4.0"
scopeguard = "1.2.0"