Packages

A library for managing schema migrations

Current section

Files

Jump to
exodus rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{profiles, [{test, [{deps, [esqlite]}, {erl_opts, [debug_info]}]}]}.
{project_plugins, [rebar3_format, rebar3_lint]}.
{ex_doc,
[{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://git.sr.ht/~fancycade/exodus"}]}.
{hex, [{doc, ex_doc}]}.