Parse history file

This commit is contained in:
2024-10-12 18:00:37 +02:00
parent e2493547ef
commit a97b4f55fd
3 changed files with 33 additions and 3 deletions

View File

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