summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2018-12-06 19:29:04 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2018-12-06 19:29:04 +0700
commit04a48286e69704bf83429b85dbcdb70863bdcff1 (patch)
tree739a259dc937d1da0e59db0353c44b88649b5f2a /mix.exs
parentd94ee5cd50005a947c3c3a734b086fd5cd266c8d (diff)
downloadpleroma-04a48286e69704bf83429b85dbcdb70863bdcff1.tar.gz
pleroma-04a48286e69704bf83429b85dbcdb70863bdcff1.zip
Add web push support
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 24c7108a0..2f2f1398c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -52,7 +52,8 @@ defmodule Pleroma.Mixfile do
{:credo, "~> 0.9.3", only: [:dev, :test]},
{:mock, "~> 0.3.1", only: :test},
{:crypt,
- git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}
+ git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"},
+ {:web_push_encryption, "~> 0.2.1"}
]
end