From 68d9fb8e9a88489e66cb0678900186ee71afcee6 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 12 May 2020 21:59:21 +0200 Subject: Switch to anyhow Signed-off-by: Matthias Beyer --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7e3e944..de1266a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ edition = "2018" [dependencies] is-match = "0.1" -failure = "0.1" +anyhow = "1" futures = "0.3" ipfs-api = { version = "0.7", features = ["actix"], default-features = false } serde = "1" @@ -42,3 +42,4 @@ handlebars = "3" actix-rt = "1" actix-web = "2" port_check = "0.1" +failure = "0.1" -- cgit v1.2.3