Packages

An Erlang implementation of the Noise protocol

Current section

Files

Jump to
ae_enoise rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{plugins, [rebar3_hex]}.
{deps, [{enacl, "0.17.4", {pkg, ae_enacl}}]}.
{profiles, [{test, [{deps, [{jsx, "2.8.0"}]}]}
]}.
{xref_checks, [undefined_function_calls, undefined_functions,
locals_not_used,
deprecated_function_calls, deprecated_functions]}.
{dialyzer, [{warnings, [unknown]}]}.