From 87789ae9f22d9469e7b1e451bc00485ae9b5f2e3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 3 May 2020 11:56:06 +0200 Subject: Switch to actix as runtime Signed-off-by: Matthias Beyer --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2186eca..8149941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ edition = "2018" is-match = "0.1" failure = "0.1" futures = "0.3" -ipfs-api = "0.7" +ipfs-api = { version = "0.7", features = ["actix"], default-features = false } serde = "1" serde_derive = "1" serde_json = "1" @@ -39,3 +39,6 @@ xdg = "2" structopt = "0.3" web-view = "0.6" handlebars = "3" +actix-rt = "1" +actix-web = "2" + -- cgit v1.2.3