From 0e6d141704d548523011d49e9d34fa3a30ec1a01 Mon Sep 17 00:00:00 2001 From: Mitch161 Date: Sun, 19 Jul 2020 21:04:41 +0100 Subject: [PATCH] added new crate for statics --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 485e864..dbac325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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