summaryrefslogtreecommitdiffstats
path: root/ipfs-api/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/Cargo.toml')
-rw-r--r--ipfs-api/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml
index ea84310..e869e93 100644
--- a/ipfs-api/Cargo.toml
+++ b/ipfs-api/Cargo.toml
@@ -6,7 +6,7 @@ documentation = "https://docs.rs/ipfs-api"
repository = "https://github.com/ferristseng/rust-ipfs-api"
keywords = ["ipfs"]
categories = ["filesystem", "web-programming"]
-version = "0.4.0-alpha.3"
+version = "0.5.0-alpha1"
readme = "../README.md"
license = "MIT OR Apache-2.0"
@@ -17,6 +17,7 @@ travis-ci = { repository = "ferristseng/rust-ipfs-api" }
bytes = "0.4"
error-chain = "0.12"
futures = "0.1"
+http = "0.1"
hyper = "0.12"
hyper-multipart-rfc7578 = "0.2.0-alpha1"
serde = "1.0"