mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
DNS Resolver Implementation (#4)
* [dns-resolver] Added trust-dns-resolver and restored cargo.lock * [dns_resolver] Implemented feature
This commit is contained in:
parent
6159a7c385
commit
e8cbe7b9f5
6 changed files with 796 additions and 19 deletions
|
|
@ -17,3 +17,4 @@ msrv = "1.58.1"
|
|||
[dependencies]
|
||||
crc32fast = "1.3.2"
|
||||
bzip2-rs = "0.1.2"
|
||||
trust-dns-resolver = "0.22.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue