Member fields

This commit is contained in:
Moritz 2025-06-11 22:14:42 +02:00
parent 2e50e01e7f
commit abfc94473f
Signed by: moritz
GPG key ID: 1020A035E5DD0824
9 changed files with 540 additions and 11 deletions

View file

@ -69,7 +69,8 @@ defmodule Mv.MixProject do
{:bandit, "~> 1.5"},
{:mix_audit, "~> 2.1", only: [:dev, :test], runtime: false},
{:sobelow, "~> 0.14", only: [:dev, :test], runtime: false},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:ecto_commons, "~> 0.3"}
]
end