Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins, [erlfmt, rebar3_hex, rebar3_ex_doc]}.
{erlfmt, [write]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.
{ex_doc, [
{source_url, "https://git.sr.ht/~krasenp/i3_client"},
{extras, [~"README.md", ~"LICENSE.md"]},
{main, ~"readme"}
]}.