diff options
author | FxQnLr <[email protected]> | 2023-10-29 20:30:01 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-10-29 20:30:01 +0100 |
commit | 84c32953ae5f52be44af4b48381747f55cb04f4a (patch) | |
tree | 6b7ffd4d7ac7b89bb9bf169be7ba6d266f79d650 /Cargo.toml | |
parent | 0cca10290d089aabac8f2e4356cfaf80f06ae194 (diff) | |
download | webol-84c32953ae5f52be44af4b48381747f55cb04f4a.tar webol-84c32953ae5f52be44af4b48381747f55cb04f4a.tar.gz webol-84c32953ae5f52be44af4b48381747f55cb04f4a.zip |
impl dashmap
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,3 +19,4 @@ sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio"]} | |||
19 | surge-ping = "0.8.0" | 19 | surge-ping = "0.8.0" |
20 | axum-macros = "0.3.8" | 20 | axum-macros = "0.3.8" |
21 | uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } | 21 | uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } |
22 | dashmap = "5.5.3" | ||