summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-09-08 05:23:46 +0300
committerMint <mint@plagu.ee>2024-09-08 05:23:46 +0300
commitc9b28eaf9a484fa1f2c27d00855c997575369782 (patch)
treeaea61b84923262a7d0a7145615258f4dc2ff7a19 /mix.exs
parentbb0cb06d8a3a9e97d3b39d712ee5a7147c25ee84 (diff)
downloadpleroma-c9b28eaf9a484fa1f2c27d00855c997575369782.tar.gz
pleroma-c9b28eaf9a484fa1f2c27d00855c997575369782.zip
Argon2 password support
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index df44934d7..0d49a6b45 100644
--- a/mix.exs
+++ b/mix.exs
@@ -203,6 +203,7 @@ defmodule Pleroma.Mixfile do
{:websock_adapter, "~> 0.5.6"},
{:oban_live_dashboard, "~> 0.1.1"},
{:multipart, "~> 0.4.0", optional: true},
+ {:argon2_elixir, "~> 4.0"},
## dev & test
{:phoenix_live_reload, "~> 1.3.3", only: :dev},