Test extractor

This commit is contained in:
2024-10-25 21:14:59 +02:00
parent 040160c03a
commit a3af9b7817
4 changed files with 96 additions and 59 deletions

View File

@@ -54,7 +54,8 @@ defmodule Mihainator.MixProject do
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.5"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:csv, "~> 3.2"}
{:csv, "~> 3.2"},
{:timex, "~> 3.7", only: [:dev, :test], runtime: false}
]
end