Current section
Files
Jump to
Current section
Files
nine_cowboy
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [cowboy, thoas, mimetypes]}.
{ex_doc,
[{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://git.sr.ht/~fancycade/nine_cowboy"}]}.
{hex, [{doc, ex_doc}]}.