summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/ls.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/response/ls.rs')
-rw-r--r--ipfs-api/src/response/ls.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipfs-api/src/response/ls.rs b/ipfs-api/src/response/ls.rs
index 5977328..5e6fd2f 100644
--- a/ipfs-api/src/response/ls.rs
+++ b/ipfs-api/src/response/ls.rs
@@ -7,6 +7,7 @@
//
use crate::response::serde;
+use crate::serde::Deserialize;
#[derive(Deserialize)]
#[serde(rename_all = "PascalCase")]