From 22b0f525e36ea8bb9602ecc5e1a2dc4595b894a3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 3 Jan 2022 08:12:49 -0500 Subject: restart stopped processes eventually we will want to do something better here, but for now this at least avoids deadlocks --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e132517..e5b7df8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "MIT" [dependencies] anyhow = "1.0.52" async-std = { version = "1.10.0", features = ["unstable"] } +blocking = "1.1.0" futures-lite = "1.12.0" futures-util = "0.3.19" hostname = "0.3.1" -- cgit v1.2.3-54-g00ecf