summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/dns.rs
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-10-25 22:27:14 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2017-10-25 22:27:14 -0400
commit66ba58cb19682447c24538054dcf6cfeb49f00b6 (patch)
treef8995e3b27073cab6ea450c5801509ae24fcf8b9 /ipfs-api/src/response/dns.rs
parentaab991555d761a2517acde993db342a2368853cd (diff)
add dns request
Diffstat (limited to 'ipfs-api/src/response/dns.rs')
-rw-r--r--ipfs-api/src/response/dns.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/src/response/dns.rs b/ipfs-api/src/response/dns.rs
index 57abdf2..ebe0fc8 100644
--- a/ipfs-api/src/response/dns.rs
+++ b/ipfs-api/src/response/dns.rs
@@ -1,4 +1,4 @@
-#[derive(Deserialize)]
+#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct DnsResponse {
pub path: String,