Current section
Files
Jump to
Current section
Files
nitro_qrcode
rebar.config
rebar.config
%%-*- mode: erlang -*-
%% vi:ft=erlang
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/nitrogen/nitro_qrcode">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}]}.