choir/rebar.config
2025-03-13 20:29:53 -04:00

10 lines
245 B
Erlang

{erl_opts, [debug_info]}.
{project_plugins, [rebar3_ex_doc]}.
{deps, []}.
{ex_doc, [
{extras, [
{"README.md", #{title => <<"Overview">>}}
]},
{main, "README.md"},
{source_url, "https://git.wires.systems/wires/choir"}
]}.