added new crate for statics

This commit is contained in:
Mitch161 2020-07-19 21:04:41 +01:00
parent f7b827b15d
commit 0e6d141704
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ crossbeam-utils = "0.7"
crossbeam-queue = "0.2"
dashmap = "3.11.4"
async-std = "1.6.2"
lazy_static = "1.4.0"
[profile.dev]
opt-level = 0