Current section
Files
Jump to
Current section
Files
travianmap
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [
{thoas, "1.2.1"},
{htmerl, "0.1.0"}
]}.
{project_plugins, [
rebar3_hex,
rebar3_ex_doc,
{erlfmt, "1.3.0"}
]}.
{hex, [{doc, ex_doc}]}.
{erlfmt, [write]}.