Packages

Noise Protocol transport adapter for Ranch

Current section

Files

Jump to
ranch_noise rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
ranch,
enoise
]}.
{project_plugins, [
rebar3_hex,
rebar3_ex_doc
]}.
{ex_doc, [
{main, <<"README.md">>},
{source_url, <<"https://github.com/longlene/ranch_noise">>}
]}.
{hex, [{doc, #{provider => ex_doc}}]}.