Current section

Files

Jump to
nine_cowboy rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [{cowboy, "2.12.0"}, thoas, mimerl]}.
{ex_doc,
[{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://git.sr.ht/~fancycade/nine_cowboy"}]}.
{hex, [{doc, ex_doc}]}.