From 0cd34b196863325132e54bc8f36b196659baeb17 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Wed, 13 Feb 2019 21:51:57 -0500 Subject: formatting; docs update; version increment; small refactors --- ipfs-api/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ipfs-api/Cargo.toml') diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml index 39cad56..c75ad20 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.5.0-alpha2" +version = "0.5.1" readme = "../README.md" license = "MIT OR Apache-2.0" @@ -38,5 +38,7 @@ dirs = "1.0" multiaddr = "0.3.1" [dev-dependencies] +actix-multipart-rfc7578 = "0.1" +actix-web = "0.7" tokio-timer = "0.2" tar = "0.4" -- cgit v1.2.3