chore: add nimble_csv dependency

This commit is contained in:
carla 2026-01-15 10:09:23 +01:00
parent 448a032878
commit 699d4385cb
2 changed files with 3 additions and 1 deletions

View file

@ -78,7 +78,8 @@ defmodule Mv.MixProject do
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:picosat_elixir, "~> 0.1", only: [:dev, :test]},
{:ecto_commons, "~> 0.3"},
{:slugify, "~> 1.3"}
{:slugify, "~> 1.3"},
{:nimble_csv, "~> 1.0"}
]
end