Added toml and earmark dependencies for TOML and Markdown parsing or encoding/decoding support

This commit is contained in:
Alex Tavarez
2025-07-24 10:35:38 -04:00
parent a766c59362
commit dd20b76fd5

View File

@@ -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