{minimum_otp_vsn, "22.1"}.

{erl_opts, [debug_info]}.

{deps, [
    argparse,
    mapz,
    {jsx, "3.1.0"},
    {color, {pkg, erlang_color}},
    certifi
]}.

{profiles, [
    {test, [
        {shell, [
            {apps, [braid]},
            {config, "config/test.config"}]
        }
    ]}
]}.

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

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

{ex_doc, [
          {source_url, "https://github.com/stritzinger/braid"},
          {extras, ["README.md", "LICENSE"]},
          {main, "readme"}
]}.
