This commit is contained in:
bluepython508
2024-11-12 19:03:03 +00:00
parent f99153d6fd
commit 5ea2ef7a23
7 changed files with 130 additions and 2 deletions

View File

@@ -58,7 +58,11 @@ defmodule Monfari.MixProject do
{:gettext, "~> 0.20"},
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.5"}
{:bandit, "~> 1.5"},
{:proquint, "~> 1.0.0"},
{:needle_ulid, "~> 0.3.0"},
{:stream_data, "~> 1.0", only: [:test, :dev]}
]
end