rebar.config

% SPDX-FileCopyrightText: 2026 Dipl. Phys. Peer Stritzinger GmbH
%
% SPDX-License-Identifier: Apache-2.0

{erl_opts, [debug_info]}.
{deps, []}.

{hex, [{doc, ex_doc}]}.

{ex_doc, [
    {extras, [
          {"CHANGELOG.md", #{title => "Changelog"}},
          {"README.md", #{title => "Overview"}},
          {"LICENSE.md", #{title => "License"}}
    ]},
    {main, "README.md"},
    {homepage_url, "https://github.com/stritzinger/rebar_calzone"},
    {source_url, "https://github.com/stritzinger/rebar_calzone"}
]}.