summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-10-11 18:12:45 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2017-10-11 18:12:45 -0400
commit96b5dee89ffa7d868c5145c5de55e8be94fccbc5 (patch)
treedb9984988db56bea562687ddf8a552f63a60aa59 /ipfs-api/src/response
parent9b93207e13a39e3667f26859deaadaa1640316e8 (diff)
add ping command and example
Diffstat (limited to 'ipfs-api/src/response')
-rw-r--r--ipfs-api/src/response/ping.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/src/response/ping.rs b/ipfs-api/src/response/ping.rs
index 76ecc5c..b5740b3 100644
--- a/ipfs-api/src/response/ping.rs
+++ b/ipfs-api/src/response/ping.rs
@@ -1,4 +1,4 @@
-#[derive(Deserialize)]
+#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct PingResponse {
pub success: bool,