diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2018-12-06 19:29:04 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2018-12-06 19:29:04 +0700 |
commit | 04a48286e69704bf83429b85dbcdb70863bdcff1 (patch) | |
tree | 739a259dc937d1da0e59db0353c44b88649b5f2a /mix.exs | |
parent | d94ee5cd50005a947c3c3a734b086fd5cd266c8d (diff) | |
download | pleroma-04a48286e69704bf83429b85dbcdb70863bdcff1.tar.gz pleroma-04a48286e69704bf83429b85dbcdb70863bdcff1.zip |
Add web push support
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |