mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
feat(auth): add argon2, rand, axum-extra dependencies
This commit is contained in:
parent
7584e309de
commit
57fc48d73c
3 changed files with 193 additions and 0 deletions
|
|
@ -29,3 +29,6 @@ tower-http = { version = "0.6.2", features = ["fs", "trace"] }
|
|||
uuid = { version = "1.18.1", features = ["v4"] }
|
||||
reqwest = { version = "0.12", features = ["blocking"] }
|
||||
base64 = "0.22"
|
||||
argon2 = { version = "0.5", features = ["std"] }
|
||||
rand = { version = "0.8", features = ["std"] }
|
||||
axum-extra = { version = "0.9", features = ["cookie"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue