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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue