Added toml and earmark dependencies for TOML and Markdown parsing or encoding/decoding support
This commit is contained in:
4
mix.exs
4
mix.exs
@@ -57,7 +57,9 @@ defmodule Sukaato.MixProject do
|
|||||||
{:gettext, "~> 0.26"},
|
{:gettext, "~> 0.26"},
|
||||||
{:jason, "~> 1.2"},
|
{:jason, "~> 1.2"},
|
||||||
{:dns_cluster, "~> 0.1.1"},
|
{:dns_cluster, "~> 0.1.1"},
|
||||||
{:bandit, "~> 1.5"}
|
{:bandit, "~> 1.5"},
|
||||||
|
{:toml, "~> 0.7.0"},
|
||||||
|
{:earmark, "~> 1.4"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user