backend: add dependency: jsonwebtoken

This commit is contained in:
Sphereso 2024-07-05 16:29:46 +02:00
parent a370b94d8b
commit 6e195d0f04
2 changed files with 41 additions and 0 deletions

View file

@ -17,3 +17,4 @@ sea-orm = { version = "0.12", features = [
"with-uuid",
] }
dotenvy = "*"
jsonwebtoken = "*"