From 148b989784b47a4034ff82be1760e73a1429dbeb Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Wed, 27 Jun 2018 00:22:50 -0400 Subject: get ipfs-api compiling --- ipfs-api/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipfs-api/Cargo.toml') 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" -- cgit v1.2.3