Install argon2_elixir

This commit is contained in:
Mirai Kumiko 2025-06-21 12:12:52 +02:00
parent 2ebf61fd34
commit 3ad43376c4
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
2 changed files with 18 additions and 25 deletions

View file

@ -57,7 +57,8 @@ defmodule Nulla.MixProject do
{:gettext, "~> 0.26"},
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.5"}
{:bandit, "~> 1.5"},
{:argon2_elixir, "~> 4.1"}
]
end