summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/block.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/response/block.rs')
-rw-r--r--ipfs-api/src/response/block.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipfs-api/src/response/block.rs b/ipfs-api/src/response/block.rs
index c04bd89..7ec9e3d 100644
--- a/ipfs-api/src/response/block.rs
+++ b/ipfs-api/src/response/block.rs
@@ -6,6 +6,8 @@
// copied, modified, or distributed except according to those terms.
//
+use crate::serde::Deserialize;
+
#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct BlockPutResponse {