chore: add nimble_csv dependency
This commit is contained in:
parent
448a032878
commit
699d4385cb
2 changed files with 3 additions and 1 deletions
3
mix.exs
3
mix.exs
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue