From 84c32953ae5f52be44af4b48381747f55cb04f4a Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Sun, 29 Oct 2023 20:30:01 +0100 Subject: impl dashmap --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d29a1b3..cf38752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,3 +19,4 @@ sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio"]} surge-ping = "0.8.0" axum-macros = "0.3.8" uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } +dashmap = "5.5.3" -- cgit v1.2.3