add distillery for releases

master
Thurloat 6 years ago
parent 1851767978
commit 49b26be43e
  1. 3
      mix.exs

@ -25,7 +25,8 @@ defmodule Dough.MixProject do
{:cowboy, "~> 2.4.0"},
{:plug, "~> 1.5"},
{:dns, "~> 2.1.0"},
{:cachex, "~> 3.0.3"}
{:cachex, "~> 3.0.3"},
{:distillery, "~> 2.0"}
]
end
end

Loading…
Cancel
Save