Add pack.toml loading

This commit is contained in:
Ekaterina Vaartis 2019-08-10 21:46:36 +03:00
commit 6a42641b8d
3 changed files with 30 additions and 13 deletions

View file

@ -157,6 +157,7 @@ defmodule Pleroma.Mixfile do
{:ex_rated, "~> 1.3"},
{:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},
{:toml, "~> 0.5"},
{:excoveralls, "~> 0.11.1", only: :test},
{:mox, "~> 0.5", only: :test}
] ++ oauth_deps()