i9ce
MSVSphere Packaging Team 1 year ago
parent 7cbb8a5cbd
commit 447dd23514

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/hickory-client-0.24.0.crate

@ -0,0 +1 @@
eb5d7be908687373cda19e46da58055f6e4a1b53 SOURCES/hickory-client-0.24.0.crate

@ -0,0 +1,14 @@
[package]
description = """\
Hickory DNS is a safe and secure DNS library. This is the Client library
with DNSSEC support. DNSSEC with NSEC validation for negative records,
is complete. The client supports dynamic DNS with SIG0 authenticated
requests, implementing easy to use high level funtions. Hickory DNS is
based on the Tokio and Futures libraries, which means it should be
easily integrated into other software that also use those libraries."""
[tests]
skip = ["client::async_client::tests::async_client"]
skip-exact = true
comments = ["skip a test that requires internet connectivity"]
Loading…
Cancel
Save