diff --git a/mix.exs b/mix.exs index 381a2a3..fd2bdc6 100644 --- a/mix.exs +++ b/mix.exs @@ -33,7 +33,7 @@ defmodule Cannery.MixProject do def application do [ mod: {Cannery.Application, []}, - extra_applications: [:logger, :runtime_tools, :os_mon], + extra_applications: [:logger, :runtime_tools, :os_mon, :swoosh, :gen_smtp], ] end