Current section

Files

Jump to
grisp_tools rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{mapz, "~> 2.2"},
bbmustache,
hackney,
edifa,
grisp_update_packager
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, [
{"CHANGELOG.md", #{title => "Changelog"}},
{"README.md", #{title => "Overview"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{homepage_url, "https://github.com/grisp/grisp_tools"},
{source_url, "https://github.com/grisp/grisp_tools"}
]}.