This commit is contained in:
JMARyA 2024-12-18 14:33:53 +01:00
parent 3299d3cc4c
commit 5f9eec00bf
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
13 changed files with 484 additions and 192 deletions

View file

@ -23,4 +23,8 @@ sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "d
maud = "0.26.0"
rand = "0.8.5"
data-encoding = "2.6.0"
bcrypt = "0.16.0"
bcrypt = "0.16.0"
dashmap = "6.1.0"
[features]
cache = []