Concurrent cache

This commit is contained in:
Pascal Engélibert 2026-07-25 20:27:47 +02:00
commit 789ba410f7
5 changed files with 31 additions and 34 deletions

View file

@ -12,6 +12,8 @@ async-lock = "3.4.2"
base64-turbo = "0.2.0"
# TOML parser
boml = "2.0.0"
# Concurrent hash map for caching
dashmap = "6.2.1"
#flate2 = "1.1.8"
# request parsing
form_urlencoded = "1.2.2"