1
0
forked from 409/chat-app

login / register

This commit is contained in:
2025-06-09 21:15:57 +02:00
parent 368ae7209c
commit dfc8faccf6
6 changed files with 158 additions and 29 deletions

View File

@@ -17,3 +17,4 @@ chrono = { version = "0.4.41", features = ["serde"] }
jsonwebtoken = "9.3.1"
sqlx = { version = "0.8.6", features = ["chrono", "postgres", "runtime-tokio"] }
dotenv = "0.15.0"
argon2 = "0.5.3"