{project_plugins, [rebar3_ex_doc]}.

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

{xrl_opts, [
    {error_location, column}
]}.
{yrl_opts, [
    {error_location, column}
]}.

{shell, [
  % {config, "config/sys.config"},
    {apps, [sqlc]}
]}.

{ex_doc, [
    {extras, [
        {'README.md', #{title => <<"Overview">>}},
        {'LICENSE.md', #{title => <<"License">>}},
        {'NOTICE', #{title => <<"Copyright">>}}
    ]},
    {main, "README.md"},
    {source_url, "https://github.com/kopera/erlang-sqlc"}
]}.

{hex, [
    {doc, #{provider => ex_doc}}
]}.