added concurrent libs

This commit is contained in:
Mitchell 2020-06-30 14:26:06 +01:00
parent 520d2b91a0
commit 1d844ff57d
1 changed files with 1 additions and 0 deletions

View File

@ -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