Current section

Files

Jump to
grisp_updater rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{gun, "2.1.0"},
{uuid, "2.0.7", {pkg, uuid_erl}},
termseal
]}.
{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_updater"},
{source_url, "https://github.com/grisp/grisp_updater"}
]}.
{shell, [
{apps, [grisp_updater]},
{config, "config/dev.config"}
]}.