1
Fork 0
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:
TheGeneralist 2026-06-26 11:28:51 +02:00
parent 7584e309de
commit 57fc48d73c
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 193 additions and 0 deletions

View file

@ -12,6 +12,9 @@ tokio.workspace = true
toml.workspace = true
tower.workspace = true
tower-http.workspace = true
argon2.workspace = true
rand.workspace = true
axum-extra.workspace = true
[dev-dependencies]
tempfile.workspace = true