Implement basic parser

This commit is contained in:
Claudio Ortolina
2024-10-10 08:33:47 +01:00
parent 1fdf36ea8a
commit e30ba5ef3f
4 changed files with 69 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ defmodule MusicLibrary.MixProject do
{:yaml_elixir, "~> 2.11"},
{:finch, "~> 0.19.0"},
{:vix, "~> 0.30.0"},
{:nimble_parsec, "~> 1.4"},
# 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},