X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=ccf7790b088af1266bc2ae991f6d6e44b471575d;hb=ab78cfbd07b48c08b44bb3e95a2752e45bf96848;hp=efdd4b7eda04536fb5424fa4a5fb9d89558d3271;hpb=90e157ef803296989b41d1fbfb5096b39320f75d;p=akkoma diff --git a/mix.exs b/mix.exs index efdd4b7ed..ccf7790b0 100644 --- a/mix.exs +++ b/mix.exs @@ -32,7 +32,11 @@ defmodule Pleroma.Mixfile do # # Type `mix help compile.app` for more information. def application do - [mod: {Pleroma.Application, []}, extra_applications: [:logger, :runtime_tools, :comeonin]] + [ + mod: {Pleroma.Application, []}, + extra_applications: [:logger, :runtime_tools, :comeonin], + included_applications: [:ex_syslogger] + ] end # Specifies which paths to compile per environment. @@ -75,7 +79,9 @@ defmodule Pleroma.Mixfile do {:web_push_encryption, "~> 0.2.1"}, {:swoosh, "~> 0.20"}, {:gen_smtp, "~> 0.13"}, - {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test} + {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}, + {:floki, "~> 0.20.0"}, + {:ex_syslogger, github: "slashmili/ex_syslogger", tag: "1.4.0"} ] end