Packages

A nine backend for elli webserver.

Current section

Files

Jump to
nine_elli rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [elli, thoas]}.
{project_plugins, [rebar3_format]}.
{cover_enabled, true}.
{ex_doc,
[{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://git.sr.ht/~fancycade/nine"}]}.
{hex, [{doc, ex_doc}]}.