Extract musicbrainz behaviour and impl

This commit is contained in:
Claudio Ortolina
2024-10-05 20:30:18 +01:00
parent ea6a856f30
commit a72236449d
6 changed files with 33 additions and 41 deletions
+1
View File
@@ -44,6 +44,7 @@ defmodule MusicLibrary.MixProject do
# TODO bump on release to {:phoenix_live_view, "~> 1.0.0"},
{:phoenix_live_view, "~> 1.0.0-rc.1", override: true},
{:floki, ">= 0.30.0", only: :test},
{:mox, "~> 1.2"},
{:phoenix_live_dashboard, "~> 0.8.3"},
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},