From 1d844ff57d5664572720f3c64f0a9b8774a4b114 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Tue, 30 Jun 2020 14:26:06 +0100 Subject: [PATCH] added concurrent libs --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 31d935f..485e864 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ crossbeam-channel = "0.4" crossbeam-utils = "0.7" crossbeam-queue = "0.2" dashmap = "3.11.4" +async-std = "1.6.2" [profile.dev] opt-level = 0