Added earmark and validate Elixir package dependencies

This commit is contained in:
Alex Tavarez
2025-07-25 11:27:22 -04:00
parent addfac25f7
commit e51be89b4c

View File

@@ -59,7 +59,8 @@ defmodule Sukaato.MixProject do
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.5"},
{:toml, "~> 0.7.0"},
{:earmark, "~> 1.4"}
{:earmark, "~> 1.4"},
{:validate, "~> 1.3"}
]
end