feat: add ex_doc to generate documentation
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-06-11 12:18:18 +00:00
parent c81e4fda67
commit 7fab746ea8
3 changed files with 10 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ defmodule Wabanex.MixProject do
{:decimal, "~> 2.1.0"},
{:dialyxir, "~> 1.4.0", only: [:dev, :test], runtime: false},
{:ecto_sql, "~> 3.11.0"},
{:ex_doc, "~> 0.34.0", only: :dev, runtime: false},
{:gettext, "~> 0.24.0"},
{:jason, "~> 1.4.0"},
{:junit_formatter, "~> 3.4.0", only: [:test]},