From 8c5f199773e0c0d612952ab3b5859256c8083f79 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 4 Dec 2024 14:59:08 +0000 Subject: [PATCH] Add nimble_options as a direct dependency --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index f9aef60a..201dd0ca 100644 --- a/mix.exs +++ b/mix.exs @@ -43,6 +43,7 @@ defmodule MusicLibrary.MixProject do {:finch, "~> 0.19.0"}, {:vix, "~> 0.31.1"}, {:nimble_parsec, "~> 1.4"}, + {:nimble_options, "~> 1.1"}, {:phoenix_live_view, "~> 1.0.0"}, {:phoenix_html_helpers, "~> 1.0"}, {:floki, ">= 0.30.0", only: :test},