{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}]}.   
