From c9785e8cc5b6a9a722ba0aff1eb33c2dbf020f2e Mon Sep 17 00:00:00 2001 From: hozan23 Date: Thu, 23 May 2024 15:42:07 +0200 Subject: core: use mutex from parking_lot library --- core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'core/Cargo.toml') diff --git a/core/Cargo.toml b/core/Cargo.toml index 66e7d55..dc13561 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -34,3 +34,4 @@ smol = { version = "2.0.0", optional = true } # tokio feature deps tokio = { version = "1.37.0", features = ["full"], optional = true } once_cell = "1.19.0" +parking_lot = "0.12.2" -- cgit v1.2.3