Current section

Files

Jump to
epgsql_decimal rebar.config
Raw

rebar.config

%% -*- erlang -*-
{erl_opts, [debug_info]}.
{deps, [
{epgsql, "4.1.0"},
{erlang_decimal, "0.4.3"}
]}.