Skip to content

Commit

Permalink
feat(unstable): add Deno.resolveDns API (denoland#8790)
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Jan 19, 2021
1 parent cf32026 commit 0ef8c91
Show file tree
Hide file tree
Showing 12 changed files with 982 additions and 9 deletions.
213 changes: 212 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ chrono = "0.4.19"
os_pipe = "0.9.2"
test_util = { path = "../test_util" }
tower-test = "0.4.0"
trust-dns-server = "0.20.0"
trust-dns-client = "0.20.0"

[target.'cfg(unix)'.dev-dependencies]
exec = "0.3.1" # Used in test_raw_tty
Expand Down
Loading

0 comments on commit 0ef8c91

Please sign in to comment.