Current section

Files

Jump to
jose rebar.config
Raw

rebar.config

%% -*- mode: erlang; tab-width: 4; indent-tabs-mode: 1; st-rulers: [70] -*-
%% vim: ts=4 sw=4 ft=erlang noet
{erl_opts, [
debug_info,
warnings_as_errors
]}.
{deps, [
{base64url, "0.0.1", {pkg, base64url}}
]}.