X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=38e83e67927bd1dff9227e9ef1e0c11cfa33c780;hb=6ad8ddfd290f0239956874ccc9dc181167e84647;hp=c553b835b355c846f59a5292f0175d6085f5959c;hpb=d089ff24600455fefc17e91807c61ddc61ba107a;p=akkoma diff --git a/mix.exs b/mix.exs index c553b835b..38e83e679 100644 --- a/mix.exs +++ b/mix.exs @@ -41,7 +41,7 @@ defmodule Pleroma.Mixfile do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack], + extra_applications: [:logger, :runtime_tools, :comeonin, :esshd, :quack], included_applications: [:ex_syslogger] ] end @@ -112,7 +112,8 @@ defmodule Pleroma.Mixfile do {:prometheus_process_collector, "~> 1.4"}, {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, - {:benchee, "~> 1.0"} + {:benchee, "~> 1.0"}, + {:esshd, "~> 0.1.0"} ] ++ oauth_deps end