Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, [
{gun, "2.1.0"},
jsx
]}.
{plugins, [rebar3_ex_doc]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{edoc_opts, [{preprocess, true}]}.
{ex_doc, [
{extras, [
{"CHANGELOG.md", #{title => "Changelog"}},
{"README.md", #{title => "Overview"}},
{"LICENSE.md", #{title => "License"}}
]},
{main, "README.md"},
{homepage_url, "https://github.com/grisp/jarl"},
{source_url, "https://github.com/grisp/jarl"},
{api_reference, true}
]}.
{profiles, [
{test, [
{deps, [
{cowboy, "2.12.0"}
]}
]}
]}.