From dd20b76fd56e15bfdce945dff2df03b4be504b42 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Thu, 24 Jul 2025 10:35:38 -0400 Subject: [PATCH] Added toml and earmark dependencies for TOML and Markdown parsing or encoding/decoding support --- mix.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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