{erl_opts, [debug_info]}.

%% Published dependency on the Erlang wa_parser core. For local development,
%% put a checkout of the sibling parser at `_checkouts/wa_parser` (rebar3's
%% checkout deps take precedence over this hex dep); the nix dev shell creates
%% that symlink automatically. rebar3 does not support `{path, ...}` deps
%% natively, so `_checkouts` is the idiomatic local-override mechanism.
{deps, [{wa_parser, "~> 0.1"}]}.

{project_plugins, [rebar3_hex, rebar3_ex_doc]}.

{ex_doc, [
  {source_url, <<"https://nest.pijul.com/couchemar/wa_embedder">>},
  {extras, [<<"README.md">>, <<"UNLICENSE">>]},
  {main, <<"readme">>}
]}.

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