erlware_commons/rebar.config

11 lines
269 B
Text
Raw Normal View History

%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
%% These are all only compile time dependencies
{deps, [
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}
]}.
{erl_opts,
[debug_info,
warnings_as_errors]}.