dns解析

This commit is contained in:
lubeilin
2024-04-22 19:00:05 +08:00
parent ca74827aaf
commit 12d4fc8e98
6 changed files with 256 additions and 7 deletions
+3
View File
@@ -32,6 +32,9 @@ libsm = {git="https://github.com/lbl8603/libsm" ,optional = true}
mio = {version = "0.8.10",features = ["os-poll","net"]}
crossbeam-queue = "0.3.11"
anyhow = "1.0.82"
trust-dns-proto = "0.23.2"
[target.'cfg(target_os = "windows")'.dependencies]
libloading = "0.8.0"