From 298c1dfc57586159bfd48e693efb1b52b0c4dbce Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 16 Apr 2026 23:16:03 +0100 Subject: [PATCH] Document why multipart dependency is needed Closes #182 --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index a886680c..0e5f7c74 100644 --- a/mix.exs +++ b/mix.exs @@ -86,6 +86,7 @@ defmodule MusicLibrary.MixProject do # Mailers {:idna, "~> 7.1", override: true}, {:swoosh, "~> 1.22"}, + # not used direclty, but required by Swoosh {:multipart, "~> 0.6.0"}, # Parsing