diff --git a/mix.exs b/mix.exs index 8737e42..4d1803c 100644 --- a/mix.exs +++ b/mix.exs @@ -57,7 +57,9 @@ defmodule Sukaato.MixProject do {:gettext, "~> 0.26"}, {:jason, "~> 1.2"}, {:dns_cluster, "~> 0.1.1"}, - {:bandit, "~> 1.5"} + {:bandit, "~> 1.5"}, + {:toml, "~> 0.7.0"}, + {:earmark, "~> 1.4"} ] end