Add pack.toml loading
This commit is contained in:
parent
ab2ca3038f
commit
6a42641b8d
3 changed files with 30 additions and 13 deletions
1
mix.exs
1
mix.exs
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue