summaryrefslogtreecommitdiffstats
path: root/ipfs-api-prelude/Cargo.toml
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-02-22 22:56:45 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2021-02-22 22:56:45 -0500
commit93e8c2e2ad4a3c755a707d268ede8e661c45c68d (patch)
tree8babb8c5b2caf6822c384f76cc085f0f5c768cdd /ipfs-api-prelude/Cargo.toml
parent4ede307efb87bad2627190665279123e588a3494 (diff)
use common form obj
Diffstat (limited to 'ipfs-api-prelude/Cargo.toml')
-rw-r--r--ipfs-api-prelude/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipfs-api-prelude/Cargo.toml b/ipfs-api-prelude/Cargo.toml
index 61590a6..1a0a7b7 100644
--- a/ipfs-api-prelude/Cargo.toml
+++ b/ipfs-api-prelude/Cargo.toml
@@ -14,6 +14,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
async-trait = "0.1"
bytes = "1.0"
+common-multipart-rfc7578 = "0.3.0"
dirs = "3.0"
futures = "0.3"
http = "0.2"